Skip to content

Instantly share code, notes, and snippets.

@abbood
Created February 27, 2014 14:14
Show Gist options
  • Save abbood/9250834 to your computer and use it in GitHub Desktop.
Save abbood/9250834 to your computer and use it in GitHub Desktop.
//
// 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