SYBaseCell.h 323 B

123456789101112131415
  1. //
  2. // SYBaseCell.h
  3. // LNManager
  4. //
  5. // Created by EchoShacolee on 2018/3/14.
  6. // Copyright © 2018年 lee. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SYBaseCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UILabel *nameLab;
  11. @property (weak, nonatomic) IBOutlet UIImageView *lockingImgV;
  12. @end