初始化Init

-(instancetype)init{

self=[super init];

if(self)

{

NsLog(@"dddd");

}

}

posted @ 2016-01-24 21:08  醉孟子  阅读(114)  评论(0)    收藏  举报