Subversion Repository Public Repository

Nextrek

Diff Revisions 795 vs 796 for /iOS/SafariArte/trunk/SafariArte/Controllers/TutorialViewController.h

Diff revisions: vs.
  @@ -7,7 +7,9 @@
7 7 //
8 8
9 9 #import <UIKit/UIKit.h>
10 + #import "FrontVC.h"
10 11 #import <EAIntroView/EAIntroView.h>
11 - @interface TutorialViewController : UIViewController<EAIntroDelegate>
12 +
13 + @interface TutorialViewController : FrontVC<EAIntroDelegate>
12 14
13 15 @end