Parcourir la source

版本升级维护

yyqxiaoyin il y a 5 ans
Parent
commit
ea147be569

+ 2 - 2
MKRRadioManager/Classes/MKRRadioManager/MKRAVPlayer/MKRPlayResourceStatus.h

@@ -31,12 +31,12 @@ typedef NS_ENUM(NSUInteger, MKRResourcePlayState) {
 /*
  * 当前播放秒数
  * */
-@property(nonatomic, assign) NSTimeInterval currentTime;
+@property(nonatomic, assign) NSInteger currentTime;
 
 /*
  * 资源总时长
  * */
-@property(nonatomic, assign) NSTimeInterval totalTime;
+@property(nonatomic, assign) NSInteger totalTime;
 
 /*
  * 当前播放时间字符串 格式:xx:xx:xx