//// CCUILocalNotification.m// CCFC//// Created by xichen on 11-12-24.// Copyright 2011 ccteam. All rights reserved.//#import "CCUILocalNotification.h"@implementation UILocalNotification(cc)// create a common local notification+
//// CCUIViewController.h// CCFC//// Created by xichen on 11-12-28.// Copyright 2011 ccteam. All rights reserved.//#import <Foundation/Foundation.h>#define MACRO_COMMON_LOAD_VIEW \ - (void)loadView
//// CCUISlider.m// CCFC//// Created by xichen on 11-12-28.// Copyright 2011 ccteam. All rights reserved.//#import "CCUISlider.h"@implementation UISlider(cc)// create a common UISlider+ (UISlider *)createCommonSlider:(CGRect)rect
//// CCUITableView.h// CCFC//// Created by xichen on 11-12-28.// Copyright 2011 ccteam. All rights reserved.//#import <Foundation/Foundation.h>#import "CCCommon.h"@interface UITableView(cc)- (void)scrollToBottom:(BOOL)animated;// get the
//// CCUIKit.h// CCFC//// Created by xichen on 11-12-23.// Copyright 2011 ccteam. All rights reserved.//#import <Foundation/Foundation.h>#include "CCUIView.h"#include "CCUITextView.h"#include "CCUILabel.h"#include
//// CCUITableView.m// CCFC//// Created by xichen on 11-12-28.// Copyright 2011 ccteam. All rights reserved.//#import "CCUITableView.h"#import "CCUIView.h"@implementation UITableView(cc)- (void)scrollToBottom:(BOOL)animated{ NSUInteger
//// CCUITextField.h// CCFC//// Created by xichen on 11-12-28.// Copyright 2011 ccteam. All rights reserved.//#import <Foundation/Foundation.h>@interface UITextField(cc)// create a common textField+ (UITextField
//// CCUISlider.h// CCFC//// Created by xichen on 11-12-28.// Copyright 2011 ccteam. All rights reserved.//#import <Foundation/Foundation.h>@interface UISlider(cc)// create a common UISlider+ (UISlider *)createCommonSlider:(CGRect)rect
//// CCUITextField.m// CCFC//// Created by xichen on 11-12-28.// Copyright 2011 ccteam. All rights reserved.//#import "CCUITextField.h"@implementation UITextField(cc)// create a common textField+ (UITextField *)createCommonTextField:(CGRect)rect{
//// CCUIImageView.h// CCFC//// Created by xichen on 11-12-23.// Copyright 2011 ccteam. All rights reserved.//#import <Foundation/Foundation.h>@interface UIImageView(cc)// rotate in indicated angle- (void)rotate:(float)angle;// -
//// CCUITextView.h// CCFC//// Created by xichen on 11-12-22.// Copyright 2011 ccteam. All rights reserved.//#import <Foundation/Foundation.h>@interface UITextView(cc)+ (UITextView *)createCommonTextView:(CGRect)rect withText:(NSString
//// CCUIImageView.m// CCFC//// Created by xichen on 11-12-23.// Copyright 2011 ccteam. All rights reserved.//#import "CCUIImageView.h"#import <CoreGraphics/CoreGraphics.h>#import <QuartzCore/QuartzCore.h>@implementation
//// CCUITextView.m// CCFC//// Created by xichen on 11-12-22.// Copyright 2011 ccteam. All rights reserved.//#import "CCUITextView.h"#import "CCUIView.h"#import "CCLog.h"@implementation UITextView(cc)+ (UITextView
//// CCUIToolbar.h// CCFC//// Created by xichen on 12-1-3.// Copyright 2012 ccteam. All rights reserved.//#import <Foundation/Foundation.h>#import <UIKit/UIToolbar.h>@interface UIToolbar(cc)// create a common toolbar+ (UIToolbar
//// CCUIToolbar.m// CCFC//// Created by xichen on 12-1-3.// Copyright 2012 ccteam. All rights reserved.//#import "CCUIToolBar.h"@implementation UIToolbar(cc)// create a common toolbar+ (UIToolbar *)createCommonToolbar:(CGRect)rect
//// CCUILocalNotification.h// CCFC//// Created by xichen on 11-12-24.// Copyright 2011 ccteam. All rights reserved.//#import <Foundation/Foundation.h>@interface UILocalNotification(cc)// create a common local notification+