From d99c760c8eca14bb212323f53acd0c9c9c44a797 Mon Sep 17 00:00:00 2001 From: KWANG HYOUN KIM Date: Fri, 7 Dec 2018 13:33:36 +0900 Subject: [PATCH] Bug fix: Change import to @class --- DLGPlayer/DLGPlayer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DLGPlayer/DLGPlayer.h b/DLGPlayer/DLGPlayer.h index 1695dcc..1a28c7b 100644 --- a/DLGPlayer/DLGPlayer.h +++ b/DLGPlayer/DLGPlayer.h @@ -17,7 +17,8 @@ #import "DLGPlayerView.h" #import "DLGPlayerViewController.h" #import "DLGPlayerUtils.h" -#import "DLGSimplePlayerViewController.h" + +@class DLGSimplePlayerViewController; typedef void (^onPauseComplete)(void);