12345678910111213141516 |
- //
- // SubmitInputCellTableViewCell.h
- // FirstLink
- //
- // Created by jack on 15/6/18.
- // Copyright (c) 2015年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "UITableViewCell+FKSubmitOrder.h"
- @interface SubmitInputCell : UITableViewCell
- @property (nonatomic, strong, readonly) UILabel *titleLabel;
- @property (nonatomic, strong, readonly) UITextField *inputField;
- @end
|