1234567891011121314151617 |
- //
- // CoaApplyProtocolCell.h
- // LN_School
- //
- // Created by EchoShacolee on 2017/12/12.
- // Copyright © 2017年 Danson. All rights reserved.
- //
- #import <XLForm/XLForm.h>
- extern NSString * const XLFormRowDescriptorTypeLeeSureProtocal;
- @interface CoaApplyProtocolCell : XLFormBaseCell
- @property (weak, nonatomic) IBOutlet UIButton *sureBtn;
- @property(nonatomic,copy)NSString *agree;
- @end
|