STTableBaseCell.h 284 B

12345678910111213
  1. //
  2. // STTableBaseCell.h
  3. // BuguLive
  4. //
  5. // Created by 岳克奎 on 17/4/18.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "JSBadgeView.h"
  10. @interface STTableBaseCell : UITableViewCell
  11. @property(nonatomic,strong)JSBadgeView *jsBadgeView;
  12. @end