摘要:
//// ViewController.m// 119textSix//// Created by FuHeXiang on 16/1/19.// Copyright (c) 2016年 XinZhongZhi. All rights reserved.//#import "ViewControll... 阅读全文
摘要:
设置可变传参的初始化方法 -(instancetype) initwithHour :(int)h and Minute :(int)m and second :(int) s; 然后在实现部分 -(instancetype) initwithHour :(int)h and Mi... 阅读全文