摘要:
NSString+TimeCategory.h//------------------------------------------------#import @interface NSString (TimeCategory) + (NSString *)stringWithTime:(NSTimeInterval)time;- (NSTimeInterval)timeValue; @end//------------------------------------------------//NSString+TimeCategory.m//----------------------.. 阅读全文
posted @ 2013-10-30 09:21
Clin
阅读(277)
评论(0)
推荐(0)