Skip to content

Instantly share code, notes, and snippets.

@satlavida
Created October 12, 2011 17:00
Show Gist options
  • Save satlavida/1281828 to your computer and use it in GitHub Desktop.
Save satlavida/1281828 to your computer and use it in GitHub Desktop.
@implementation Satlavida : NSObject
{
NSArray Skills;
}
-(NSArray)returnSkills
{
return Skills = ["PHP","Ruby","Objective-C","Objective-J","Cocoa","Java/Coffee-script","HTML5"];
}
-(void)contactMeViaEmail
{
NSString email = [NSString string:@"satlavida@gmail.com"];
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment