Skip to content

Instantly share code, notes, and snippets.

@kunal732
Created August 26, 2013 07:42
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 kunal732/6338924 to your computer and use it in GitHub Desktop.
Save kunal732/6338924 to your computer and use it in GitHub Desktop.
#import <UIKit/UIKit.h>
#import <Parse/Parse.h>
@interface ViewController : PFQueryTableViewController {
NSString *List;
NSDictionary *params;
NSInteger counter;
NSInteger refresh;
}
- (IBAction)sendList:(id)sender;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment