Subversion Repository Public Repository

Nextrek

Diff Revisions 69 vs 71 for /iOS/StoryBoard/StoryBoard/AppDelegate.h

Diff revisions: vs.
  @@ -15,7 +15,6 @@
15 15
16 16 @property (strong, nonatomic) UIWindow *window;
17 17
18 - //@property (strong, nonatomic) LandVC_iPhone *landVC_iPhone;
19 18 @property (strong, nonatomic) UIViewController *landVC_iPhone;
20 - @property (strong, nonatomic) LandVC_iPad *landVC_iPad;
19 + @property (strong, nonatomic) UIViewController *landVC_iPad;
21 20 @end