摘要: @interface Dog : NSObject @property(nonatomic)NSInteger age; @property(nonatomic)NSInteger *level; @end #import <Foundation/Foundation.h> #import "Dog 阅读全文