Fix indentation
This commit is contained in:
parent
8a2ec4aca8
commit
61508678d4
18
RCTVideo.m
18
RCTVideo.m
@ -7,17 +7,17 @@
|
|||||||
|
|
||||||
@implementation RCTVideo
|
@implementation RCTVideo
|
||||||
{
|
{
|
||||||
AVPlayer *_player;
|
AVPlayer *_player;
|
||||||
AVPlayerLayer *_playerLayer;
|
AVPlayerLayer *_playerLayer;
|
||||||
NSURL *_videoURL;
|
NSURL *_videoURL;
|
||||||
|
|
||||||
/* Required to publish events */
|
/* Required to publish events */
|
||||||
RCTEventDispatcher *_eventDispatcher;
|
RCTEventDispatcher *_eventDispatcher;
|
||||||
|
|
||||||
/* For sending videoProgress events */
|
/* For sending videoProgress events */
|
||||||
id _progressUpdateTimer;
|
id _progressUpdateTimer;
|
||||||
int _progressUpdateInterval;
|
int _progressUpdateInterval;
|
||||||
NSDate *_prevProgressUpdateTime;
|
NSDate *_prevProgressUpdateTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (instancetype)initWithEventDispatcher:(RCTEventDispatcher *)eventDispatcher
|
- (instancetype)initWithEventDispatcher:(RCTEventDispatcher *)eventDispatcher
|
||||||
|
Loading…
Reference in New Issue
Block a user