摘要:
//// CCNSURL.h// CCFC//// Created by xichen on 11-12-18.// Copyright 2011 ccteam. All rights reserved.//#import <Foundation/Foundation.h>@interface NSURL(cc)+ (NSString *)telephonePrefix;+ (NSString *)smsPrefix;+ (NSString *)mailPrefix;+ (NSString *)googleMapPrefix;@end可能有更新:googlecode链接地址:htt 阅读全文
posted @ 2012-01-02 15:31
cc_team
阅读(145)
评论(0)
推荐(0)
摘要:
//// CCNSTimer.m// CCFC//// Created by xichen on 11-12-28.// Copyright 2011 ccteam. All rights reserved.//#import "CCNSTimer.h"@implementation NSTimer(cc)// create a common timer+ (NSTimer *)createCommonTimer:(id)target sel:(SEL)sel timeInterval:(NSTimeInterval)interval{ return [NSTimer s. 阅读全文
posted @ 2012-01-02 15:30
cc_team
阅读(165)
评论(0)
推荐(0)
摘要:
//// CCNSTimer.h// CCFC//// Created by xichen on 11-12-28.// Copyright 2011 ccteam. All rights reserved.//#import <Foundation/Foundation.h>@interface NSTimer(cc)// create a common timer+ (NSTimer *)createCommonTimer:(id)target sel:(SEL)sel timeInterval:(NSTimeInterval)interval;// create a comm 阅读全文
posted @ 2012-01-02 15:29
cc_team
阅读(129)
评论(0)
推荐(0)
摘要:
//// CCNSTimeZone.m// CCFC//// Created by xichen on 11-12-24.// Copyright 2011 ccteam. All rights reserved.//#import "CCNSTimeZone.h"#import "CCLog.h"@implementation NSTimeZone(cc)+ (void)setTimeZone:(NSString *)zoneStr{ NSTimeZone *timeZone = [NSTimeZone timeZoneWithName:zoneStr 阅读全文
posted @ 2012-01-02 15:27
cc_team
阅读(152)
评论(0)
推荐(0)
摘要:
//// CCNSTimeZone.h// CCFC//// Created by xichen on 11-12-24.// Copyright 2011 ccteam. All rights reserved.//#import <Foundation/Foundation.h>@interface NSTimeZone(cc)+ (void)setTimeZone:(NSString *)zoneStr;@end可能有更新:googlecode链接地址:http://code.google.com/p/iphone-common-codes-ccteam/source/bro 阅读全文
posted @ 2012-01-02 15:26
cc_team
阅读(134)
评论(0)
推荐(0)

浙公网安备 33010602011771号