| 1234567891011121314 |
- //
- // AddExtDocumentViewController.h
- // Granite Expo eSign
- //
- // Created by Ray on 01/03/2017.
- // Copyright © 2017 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface AddExtDocumentViewController : UIViewController<UIImagePickerControllerDelegate>
- @property (weak, nonatomic) IBOutlet UITableView *tableView;
- @property (strong, nonatomic) NSMutableArray * arr_documents;
- @end
|