Skip to content

Instantly share code, notes, and snippets.

@gonzalezreal
Created October 24, 2012 08:22
Show Gist options
  • Select an option

  • Save gonzalezreal/3944791 to your computer and use it in GitHub Desktop.

Select an option

Save gonzalezreal/3944791 to your computer and use it in GitHub Desktop.
@interface TGRTimeline ()
@property (nonatomic, readwrite) BOOL loading;
@property (strong, nonatomic) ACAccount *account;
// Core Data stack
@property (strong, nonatomic, readwrite) NSManagedObjectContext *managedObjectContext;
@property (strong, nonatomic) NSManagedObjectModel *managedObjectModel;
@property (strong, nonatomic) NSPersistentStoreCoordinator *persistentStoreCoordinator;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment