| 123456789101112131415 |
- //
- // SignatureTableViewCell.h
- // AntsContract
- //
- // Created by Ray on 12/19/16.
- // Copyright © 2016 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface SignatureTableViewCell : UITableViewCell
- @property (strong, nonatomic) IBOutlet UIImageView *signatureImageView;
- @property (strong, nonatomic) IBOutlet UIButton *btnFill;
- @end
|