DKBaseTableViewCell.h 235 B

12345678910111213
  1. //
  2. // DKBaseTableViewCell.h
  3. // chatandvideotestframework
  4. //
  5. // Created by Dongke on 15/11/18.
  6. // Copyright © 2015年 dongke. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface DKBaseTableViewCell : UITableViewCell
  10. @end