MasterModelViewController.h 369 B

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