800aee09de
* chore: format swift code * chore: format clang code * chore: format kotlin code * refactor: rename folder "API" to "api"
8 lines
272 B
Swift
8 lines
272 B
Swift
import AVKit
|
|
import Foundation
|
|
|
|
protocol RCTVideoPlayerViewControllerDelegate: class {
|
|
func videoPlayerViewControllerWillDismiss(playerViewController: AVPlayerViewController)
|
|
func videoPlayerViewControllerDidDismiss(playerViewController: AVPlayerViewController)
|
|
}
|