chore: lint project (#3395)
* chore: format swift code * chore: format clang code * chore: format kotlin code * refactor: rename folder "API" to "api"
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Foundation
|
||||
import AVKit
|
||||
import Foundation
|
||||
|
||||
protocol RCTVideoPlayerViewControllerDelegate : NSObject {
|
||||
func videoPlayerViewControllerWillDismiss(playerViewController:AVPlayerViewController)
|
||||
func videoPlayerViewControllerDidDismiss(playerViewController:AVPlayerViewController)
|
||||
protocol RCTVideoPlayerViewControllerDelegate: class {
|
||||
func videoPlayerViewControllerWillDismiss(playerViewController: AVPlayerViewController)
|
||||
func videoPlayerViewControllerDidDismiss(playerViewController: AVPlayerViewController)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user