MKRPlayControlViewController.h 315 B

123456789101112131415
  1. //
  2. // MKRPlayControlViewController.h
  3. // MKRRadioManager_Example
  4. //
  5. // Created by yyqxiaoyin on 2019/4/17.
  6. // Copyright © 2019 yyqxiaoyin. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface MKRPlayControlViewController : UIViewController
  10. - (instancetype)initWithDevice:(MKRUPnPDevice *)device;
  11. @end