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