AddExtDocumentViewController.h 331 B

12345678910111213
  1. //
  2. // AddExtDocumentViewController.h
  3. // Granite Expo eSign
  4. //
  5. // Created by Ray on 01/03/2017.
  6. // Copyright © 2017 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface AddExtDocumentViewController : UIViewController
  10. @property (strong, nonatomic) NSMutableArray * arr_documents;
  11. @end