Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
//  AppDelegate.h
//  StoryBoard
//
//  Created by Fabrizio on 29/05/13.
//  Copyright (c) 2013 Odyssey. All rights reserved.
//

#import <UIKit/UIKit.h>

@class LandVC_iPhone;
@class LandVC_iPad;

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@property (strong, nonatomic) UIViewController *landVC_iPhone;
@property (strong, nonatomic) UIViewController *landVC_iPad;
@end

Commits for Nextrek/iOS/StoryBoard/StoryBoard/AppDelegate.h

Diff revisions: vs.
Revision Author Commited Message
71 Diff Diff FAquili picture FAquili Sun 26 Jan, 2014 17:20:25 +0000

Storyboard
- Dimensione Parallela update

69 FAquili picture FAquili Thu 23 Jan, 2014 14:40:00 +0000

Storyboard real