Browse Source

版本升级维护

yyqxiaoyin 5 years ago
parent
commit
f7749b0930

+ 7 - 0
MKRRadioManager/Classes/MKRRadioManager/Headers/MKRPlayResourceUpdateProtocol.h

@@ -57,6 +57,13 @@
 - (void)playStateDidChange:(MKRResourcePlayState)state;
 
 /**
+搜索到新设备
+
+@param device 设备对象
+*/
+- (void)didSearchDevice:(id<MKRUPnPDevice>)newDevice;
+
+/**
  选择了设备
 
  @param device 设备对象