Skip to content

Instantly share code, notes, and snippets.

@zarochintsev
Created June 21, 2019 14:08
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 zarochintsev/ad6fb09c50b7283b2dab0025081f543d to your computer and use it in GitHub Desktop.
Save zarochintsev/ad6fb09c50b7283b2dab0025081f543d to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
@interface Singleton : NSObject
+ (id)shared;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment