DistributionController.h 231 B

12345678910111213
  1. //
  2. // DistributionController.h
  3. // BuguLive
  4. //
  5. // Created by fanwe2014 on 2016/12/27.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface DistributionController : BGBaseViewController
  10. @end