//// CCUISearchBar.h// CCFC//// Created by xichen on 11-12-27.// Copyright 2011 ccteam. All rights reserved.//#import <Foundation/Foundation.h>@interface UISearchBar(cc)// set the searchBar to be transparent- (void)setTransparent;// create
//// CCUIImage.h// CCFC_IPHONE//// Created by xuchen(陳旭), xichen(陳曦), qq:511272827 on 10-10-31.// Copyright 2010 cc_team. All rights reserved.//#ifndef CC_UI_IMAGE_H#define CC_UI_IMAGE_H#ifdef __OBJC__#import "CCConfig.h"#define
//// CCUIImage.m// CCFC//// Created by xichen on 11-12-24.// Copyright 2011 ccteam. All rights reserved.//@implementation UIImage(cc)// returns the scaled image- (UIImage *)scale:(float)scaleSize{ UIGraphicsBeginImageContext(
//// CCUISearchBar.m// CCFC//// Created by xichen on 11-12-27.// Copyright 2011 ccteam. All rights reserved.//#import "CCUISearchBar.h"@implementation UISearchBar(cc)// set the searchBar to be transparent- (void)setTransparent{
//// CCUISegmentedControl.h// CCFC//// Created by xichen on 11-12-30.// Copyright 2011 ccteam. All rights reserved.//#import <Foundation/Foundation.h>@interface UISegmentedControl(cc)#if CC_ENABLE_PUBLIC_API_EXTEND// you can set 3 to