| 123456789101112131415161718 |
- //
- // BundleModelViewController.h
- // RedAnt ERP Mobile
- //
- // Created by Ray on 10/31/15.
- // Copyright © 2015 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface BundleModelViewController : UIViewController
- @property (strong, nonatomic) IBOutlet UITableView *table;
- @property (strong, nonatomic) NSDictionary* content_data;
- @end
|