No Description

SubmitInputCell.h 404B

12345678910111213141516
  1. //
  2. // SubmitInputCellTableViewCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 15/6/18.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "UITableViewCell+FKSubmitOrder.h"
  10. @interface SubmitInputCell : UITableViewCell
  11. @property (nonatomic, strong, readonly) UILabel *titleLabel;
  12. @property (nonatomic, strong, readonly) UITextField *inputField;
  13. @end