// // DocListTableViewCell.h // Granite Expo eSign // // Created by Ray on 12/29/16. // Copyright © 2016 United Software Applications, Inc. All rights reserved. // #import @interface DocListTableViewCell : UITableViewCell @property (strong, nonatomic) IBOutlet UILabel *labelDocID; @property (strong, nonatomic) IBOutlet UILabel *labelCustomer; @property (strong, nonatomic) IBOutlet UILabel *labelJobDate; @property (strong, nonatomic) IBOutlet UILabel *labelAgent; @property (strong, nonatomic) IBOutlet UILabel *labelSignDate; @property (strong, nonatomic) IBOutlet UILabel *labelExtInfo; @end