Posted By


nicedexter on 10/12/09

Tagged


Statistics


Viewed 289 times
Favorited by 0 user(s)

SynthesizeSingleton.h


/ Published in: Objective C
Save to your folder(s)

Usage:

@interface JBNews : NSObject {}
+ (JBNews *)sharedJBNews;


#import "SynthesizeSingleton.h"
@implementation JBNews
SYNTHESIZE_SINGLETON_FOR_CLASS(JBNews);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.