Parcourir la source

VLCPlaybackController: Cosmetic

Soomin Lee il y a 7 ans
Parent
commit
6c00fda603
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Sources/VLCPlaybackController.h

+ 1 - 1
Sources/VLCPlaybackController.h

@@ -90,7 +90,7 @@ currentMediaHasTrackToChooseFrom:(BOOL)currentMediaHasTrackToChooseFrom
 @property (assign, readonly) BOOL currentMediaIs360Video;
 @property (readonly) NSNumber *playbackTime;
 @property (nonatomic, readonly) NSDictionary *mediaOptionsDictionary;
-@property (nonatomic, readonly) NSTimer* sleepTimer;
+@property (nonatomic, readonly) NSTimer *sleepTimer;
 
 @property (nonatomic) VLCRendererItem *renderer;