12345678910111213141516 |
- //
- // FKMessageWarnCell.h
- // FirstLink
- //
- // Created by jack on 16/5/26.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FKMessageWarnCell : UITableViewCell
- @property (nonatomic, strong) UILabel *titleLabel;
- @property (nonatomic, strong) UISwitch *actSwitch;
- @property (nonatomic, strong) UIView *bottomLine;
- @end
|