remove unused constants
This commit is contained in:
parent
5718d17f90
commit
b43d11f17b
@ -1,12 +1,5 @@
|
|||||||
#import "RCTView.h"
|
#import "RCTView.h"
|
||||||
|
|
||||||
extern NSString *const RNVideoEventLoaded;
|
|
||||||
extern NSString *const RNVideoEventLoading;
|
|
||||||
extern NSString *const RNVideoEventProgress;
|
|
||||||
extern NSString *const RNVideoEventSeek;
|
|
||||||
extern NSString *const RNVideoEventLoadingError;
|
|
||||||
extern NSString *const RNVideoEventEnd;
|
|
||||||
|
|
||||||
@class RCTEventDispatcher;
|
@class RCTEventDispatcher;
|
||||||
|
|
||||||
@interface RCTVideo : UIView
|
@interface RCTVideo : UIView
|
||||||
|
@ -5,13 +5,6 @@
|
|||||||
#import "UIView+React.h"
|
#import "UIView+React.h"
|
||||||
#import <AVFoundation/AVFoundation.h>
|
#import <AVFoundation/AVFoundation.h>
|
||||||
|
|
||||||
NSString *const RNVideoEventLoaded = @"videoLoaded";
|
|
||||||
NSString *const RNVideoEventLoading = @"videoLoading";
|
|
||||||
NSString *const RNVideoEventProgress = @"videoProgress";
|
|
||||||
NSString *const RNVideoEventSeek = @"videoSeek";
|
|
||||||
NSString *const RNVideoEventLoadingError = @"videoLoadError";
|
|
||||||
NSString *const RNVideoEventEnd = @"videoEnd";
|
|
||||||
|
|
||||||
static NSString *const statusKeyPath = @"status";
|
static NSString *const statusKeyPath = @"status";
|
||||||
static NSString *const playbackLikelyToKeepUpKeyPath = @"playbackLikelyToKeepUp";
|
static NSString *const playbackLikelyToKeepUpKeyPath = @"playbackLikelyToKeepUp";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user