瀏覽代碼

new Intro

Marino Faggiana 6 年之前
父節點
當前提交
74fb870a2b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      iOSClient/Brand/Intro/CCIntro.h

+ 1 - 1
iOSClient/Brand/Intro/CCIntro.h

@@ -28,7 +28,7 @@
 
 @protocol CCIntroDelegate;
 
-@interface CCIntro : NSObject <EAIntroDelegate>
+@interface CCIntro : UIViewController <EAIntroDelegate>
 
 - (id)initWithDelegate:(id <CCIntroDelegate>)delegate delegateView:(UIView *)delegateView type:(NSString *)type;