ExtDocumentsViewController.h 505 B

12345678910111213141516171819
  1. //
  2. // ExtDocumentsViewController.h
  3. // Granite Expo eSign
  4. //
  5. // Created by Ray on 27/02/2017.
  6. // Copyright © 2017 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ExtDocumentsViewController : UIViewController
  10. @property (weak, nonatomic) IBOutlet UILabel *labelDocNumber;
  11. @property (weak, nonatomic) IBOutlet UITableView *tableView;
  12. @property (strong, nonatomic) NSMutableArray * arr_documents;
  13. @property (strong, nonatomic) NSString *docNumber;
  14. @end