Skip to content

Instantly share code, notes, and snippets.

@mint149
Created June 6, 2014 01:42
Show Gist options
  • Save mint149/31aba6e00b1c9dcc9373 to your computer and use it in GitHub Desktop.
Save mint149/31aba6e00b1c9dcc9373 to your computer and use it in GitHub Desktop.
[Objective-C][iPhone App]クラスのメンバ変数を追加したい時はhファイル内に記述する
@interface HogeViewController : UIViewController{
NSString *documentDirectory;
NSArray *files;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment