BundleModelViewController.h 381 B

123456789101112131415161718
  1. //
  2. // BundleModelViewController.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 10/31/15.
  6. // Copyright © 2015 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface BundleModelViewController : UIViewController
  10. @property (strong, nonatomic) IBOutlet UITableView *table;
  11. @property (strong, nonatomic) NSDictionary* content_data;
  12. @end