GameDistributionViewController.h 240 B

12345678910111213
  1. //
  2. // GameDistributionViewController.h
  3. // BuguLive
  4. //
  5. // Created by 王珂 on 17/4/5.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface GameDistributionViewController : BGBaseViewController
  10. @end