Skip to content

Instantly share code, notes, and snippets.

@HiromichiYamada
Created February 20, 2013 04:38
Show Gist options
  • Save HiromichiYamada/4992922 to your computer and use it in GitHub Desktop.
Save HiromichiYamada/4992922 to your computer and use it in GitHub Desktop.
Objective-Cで一番簡単なプロパティ設定(w/ ARC)
// Foo.h
#import <UIKit/UIKit.h>
@interface Foo : NSObject
// 外部から見えるように、ヘッダーに宣言.
@property NSDictionary* dicInfo;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment