Skip to content

Instantly share code, notes, and snippets.

@nolim1t
Created June 11, 2014 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nolim1t/403da390fe55a7e3b794 to your computer and use it in GitHub Desktop.
Save nolim1t/403da390fe55a7e3b794 to your computer and use it in GitHub Desktop.
Sample Swift CoreData Class
import CoreData
class SampleClass : NSManagedObject {
@NSManaged var name : NSString
@NSManaged var description : NSString
@NSManaged var trueFalseFlag : NSNumber
@NSManaged var location : AnyObject
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment