SignatureTableViewCell.h 379 B

123456789101112131415
  1. //
  2. // SignatureTableViewCell.h
  3. // AntsContract
  4. //
  5. // Created by Ray on 12/19/16.
  6. // Copyright © 2016 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SignatureTableViewCell : UITableViewCell
  10. @property (strong, nonatomic) IBOutlet UIImageView *signatureImageView;
  11. @property (strong, nonatomic) IBOutlet UIButton *btnFill;
  12. @end