// // MasterModelViewController.h // iSales-HOMER // // Created by Jack on 2018/1/27. // Copyright © 2018年 United Software Applications, Inc. All rights reserved. // #import @interface MasterModelViewController : UIViewController @property (strong, nonatomic) NSDictionary* content_data; + (instancetype)buildMasterModelViewController; @end