- //
- // MKRPlayControlViewController.h
- // MKRRadioManager_Example
- //
- // Created by yyqxiaoyin on 2019/4/17.
- // Copyright © 2019 yyqxiaoyin. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface MKRPlayControlViewController : UIViewController
- - (instancetype)initWithDevice:(MKRUPnPDevice *)device;
- @end
|