摘要:
+ (void)startLocalNotification:(NSString *)msg { UILocalNotification *notification = [[UILocalNotification alloc] init]; if (notification!=nil) { NSDate *now=[NSDate new]; ... 阅读全文
posted @ 2016-04-13 15:48
懒懒初阳
阅读(259)
评论(0)
推荐(0)