黑马程序员技术交流社区
标题:
自定义构造一个学生类初始值为年龄是19岁
[打印本页]
作者:
neverbloom7
时间:
2015-8-29 22:01
标题:
自定义构造一个学生类初始值为年龄是19岁
@interface Student :NSObject
@property int age;
-(instancetype)initWithAge;
+(instancetype)studentWithAge;
@end
@implementation Student
-(instancetype)initWithAge{
if(self!=[super init]){
}
}
+(instancetype)studentWithAge;
@end
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2