Skip to content

Instantly share code, notes, and snippets.

@frr149
Created February 8, 2013 18:37
Show Gist options
  • Save frr149/4741005 to your computer and use it in GitHub Desktop.
Save frr149/4741005 to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
@interface AGTStarWarsCharacter : NSObject
+(instancetype) starWarsCharacter;
@end
@implementation AGTStarWarsCharacter
+(instancetype) starWarsCharacter{
return [[self alloc] init];
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment