- //
- // STTableBaseCell.h
- // BuguLive
- //
- // Created by 岳克奎 on 17/4/18.
- // Copyright © 2017年 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "JSBadgeView.h"
- @interface STTableBaseCell : UITableViewCell
- @property(nonatomic,strong)JSBadgeView *jsBadgeView;
- @end
|