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