NSTimer刷新时间
interval = timer;
if (!time) {
time = [NSTimer scheduledTimerWithTimeInterval:1
target:self
selector:@selector(changHHmmss:)
userInfo:nil
repeats:YES];
}
NSTimer刷新时间
interval = timer;
if (!time) {
time = [NSTimer scheduledTimerWithTimeInterval:1
target:self
selector:@selector(changHHmmss:)
userInfo:nil
repeats:YES];
}