123456789101112131415 |
- //
- // SYBaseCell.h
- // LNManager
- //
- // Created by EchoShacolee on 2018/3/14.
- // Copyright © 2018年 lee. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface SYBaseCell : UITableViewCell
- @property (weak, nonatomic) IBOutlet UILabel *nameLab;
- @property (weak, nonatomic) IBOutlet UIImageView *lockingImgV;
- @end
|