Initial Commit
This commit is contained in:
15
FestivalHelper/FESAppDelegate.h
Normal file
15
FestivalHelper/FESAppDelegate.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// FESAppDelegate.h
|
||||
// FestivalHelper
|
||||
//
|
||||
// Created by Senad Uka on 8/30/14.
|
||||
// Copyright (c) 2014 Senad Uka. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface FESAppDelegate : UIResponder <UIApplicationDelegate>
|
||||
|
||||
@property (strong, nonatomic) UIWindow *window;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user