Skip to content

Instantly share code, notes, and snippets.

@MasazI
Created June 9, 2015 23:26
Show Gist options
  • Save MasazI/81a7ac57b975c47eb93a to your computer and use it in GitHub Desktop.
Save MasazI/81a7ac57b975c47eb93a to your computer and use it in GitHub Desktop.
NSString+SampleAddition.h
//
// NSString+SampleAddition.h
// TrainingObjectiveC
//
// Created by masai on 2015/06/10.
// Copyright (c) 2015年 masai. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSString (SampleAddition)
-(NSString *)addSample;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment