소스 검색

版本升级维护

yyqxiaoyin 5 년 전
부모
커밋
99dc00e735
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      MKRRadioManager/Classes/MKRRadioManager/Headers/MKRPlayResourceUpdateProtocol.h

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

@@ -26,4 +26,12 @@
  */
 - (void)playingResourceDidChange:(id<MKRRadioResorce>)resource;
 
+
+/**
+ 设备电量变化t
+
+ @param power 设备剩余电量  1~100
+ */
+- (void)devicePowerDidChange:(float)power;
+
 @end