| 12345678910111213 |
- //
- // 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
- @property (strong, nonatomic) NSMutableArray * arr_documents;
- @end
|