Skip to content

Instantly share code, notes, and snippets.

@amannayak0007
Last active August 29, 2015 14:14
Show Gist options
  • Save amannayak0007/4483feb51c20e7247ee2 to your computer and use it in GitHub Desktop.
Save amannayak0007/4483feb51c20e7247ee2 to your computer and use it in GitHub Desktop.
NNPMasterViewController
#import <UIKit/UIKit.h>
@interface NNPMasterViewController : UITableViewController
{
NSInteger item;
}
@property (assign,nonatomic) NSInteger item;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment