// // DKBaseTableViewCell.h // chatandvideotestframework // // Created by Dongke on 15/11/18. // Copyright © 2015年 dongke. All rights reserved. // #import <UIKit/UIKit.h> @interface DKBaseTableViewCell : UITableViewCell @end