IBTTableViewCell.h 288 Bytes
//
//  IBTTableViewCell.h
//  IBTTableViewKit
//
//  Created by Xummer on 15/1/5.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface IBTTableViewCell : UITableViewCell

- (void)setAccessoryType:(UITableViewCellAccessoryType)accessoryType;
@end