示例代码如下：#import <Foundation/Foundation.h>@interface Person :NSObject{NSString *name;int age;}@property int age;@property (c...