Created
February 27, 2014 14:14
-
-
Save abbood/9250834 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Model.h | |
// TNN | |
// | |
// Created by Abdullah Bakhach on 11/20/13. | |
// Copyright (c) 2013 larochesoft. All rights reserved. | |
// | |
#import <Foundation/Foundation.h> | |
#import <RestKit/RestKit.h> | |
@interface Model : NSObject | |
@property (strong, nonatomic) RKManagedObjectStore *managedObjectStore; | |
@property (strong, nonatomic) RKObjectManager *objectManager; | |
+ (id)getSingleton; | |
- (void)setResponseDescriptors; | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment