09:48ç¬èªã¯ã©ã¹ãNSCodingãããã³ã«ã使ãã°ç°¡åã«ä¿åã§ãããé åãªãã¸ã§ã¯ããä¿åã§ããã両æ¹ãçµã¿åãããã¨ããã§ã¤ã¾ããããç¬èªã¯ã©ã¹ #import @interface MyObj : NSObject { NSString *title ; NSInteger number ; } @property(nonatomic,retain) NSString* title ; @property NSInteger number ; @end #import "MyObj.h" @implementation MyObj @synthesize title ; @synthesize number ; - (id)init { if (self=[super init]) { title = @""; } return self; } - (void)dealloc


{{#tags}}- {{label}}
{{/tags}}