PlatformActivityController.h 260 B

12345678910111213
  1. //
  2. // PlatformActivityController.h
  3. // model
  4. //
  5. // Created by JuYi on 2018/7/17.
  6. // Copyright © 2018年 Mine. All rights reserved.
  7. // 平台活动
  8. #import "ModelBaseViewController.h"
  9. @interface PlatformActivityController : ModelBaseViewController
  10. @end