摘要:
#import <Foundation/Foundation.h>#import <UIKit/UIKit.h>@interface UITableViewCell (UITableViewCellExt)- (void)setBackgroundImage:(UIImage*)image;- (void)setBackgroundImageByName:(NSString*)imageName;@end#import "UITableViewCellExt.h"@implementation UITableViewCell (UITableView 阅读全文