Skip to content

Instantly share code, notes, and snippets.

@jyaunches
Created January 10, 2013 17:56
Show Gist options
  • Save jyaunches/4504261 to your computer and use it in GitHub Desktop.
Save jyaunches/4504261 to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
#import "NetworkActivityProtocol.h"
@interface SomeObjectFetcher : NSObject
@property (nonatomic,assign) id<NetworkActivityProtocol> networkActivityDelegate;
+ (SomeObjectFetcher *) sharedInstance;
- (void)startRequest;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment