Skip to content

Instantly share code, notes, and snippets.

@bouchtaoui-dev
Last active December 2, 2017 19:26
Show Gist options
  • Select an option

  • Save bouchtaoui-dev/3abc1086e75aca6d43f42c5d5214be3c to your computer and use it in GitHub Desktop.

Select an option

Save bouchtaoui-dev/3abc1086e75aca6d43f42c5d5214be3c to your computer and use it in GitHub Desktop.
// NSString+MyAddition.h
@interface NSString(MyAdditions)
- (NSString *) getCopyRightString;
@end
@implementation NSString(MyAdditions)
- (NSString *) getCopyRightString{
return @"Copyright AppPlanet.com 2018";
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment