Skip to content

Instantly share code, notes, and snippets.

@edwardinubuntu
Created January 9, 2011 03:22
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 edwardinubuntu/771384 to your computer and use it in GitHub Desktop.
Save edwardinubuntu/771384 to your computer and use it in GitHub Desktop.
MySingleton.h
#import <Foundation/Foundation.h>
@interface MySingleton : NSObject {
}
+(MySingleton*)getInstance;
-(void) doSomething;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment