Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  TutorialViewController.h
//  SafariArte
//
//  Created by Pier Domenico Bonamassa on 29/07/15.
//  Copyright (c) 2015 Nextrek. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "FrontVC.h"
#import <EAIntroView/EAIntroView.h>

@interface TutorialViewController : FrontVC<EAIntroDelegate>

@end

Commits for Nextrek/iOS/SafariArte/trunk/SafariArte/Controllers/TutorialViewController.h

Diff revisions: vs.
Revision Author Commited Message
796 Diff Diff FAquili picture FAquili Wed 07 Oct, 2015 07:46:13 +0000

v.1 b.035
Bug Fixing

446 PBonamassa picture PBonamassa Wed 29 Jul, 2015 14:07:14 +0000

added tutorial VC