fix build error

This commit is contained in:
PangMo5 2021-08-25 20:02:59 +09:00
parent 252c7a62ed
commit b544bd66cc

View File

@ -28,6 +28,7 @@ protocol PlayerViewControllerDelegate: AnyObject {
class PlayerViewController: UIViewController, GCKDiscoveryManagerListener, GCKRemoteMediaClientListener {
@RouterObject
var main: ViewRouter<MainCoordinator.Route>?
weak var delegate: PlayerViewControllerDelegate?