Created
June 9, 2015 23:26
-
-
Save MasazI/81a7ac57b975c47eb93a to your computer and use it in GitHub Desktop.
NSString+SampleAddition.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 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