CoaApplyProtocolCell.h 393 B

1234567891011121314151617
  1. //
  2. // CoaApplyProtocolCell.h
  3. // LN_School
  4. //
  5. // Created by EchoShacolee on 2017/12/12.
  6. // Copyright © 2017年 Danson. All rights reserved.
  7. //
  8. #import <XLForm/XLForm.h>
  9. extern NSString * const XLFormRowDescriptorTypeLeeSureProtocal;
  10. @interface CoaApplyProtocolCell : XLFormBaseCell
  11. @property (weak, nonatomic) IBOutlet UIButton *sureBtn;
  12. @property(nonatomic,copy)NSString *agree;
  13. @end