Skip to content

Instantly share code, notes, and snippets.

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