Files
old-festivalhelper/FestivalHelper/FESAppDelegate.h
2014-08-30 09:17:07 +02:00

16 lines
286 B
Objective-C

//
// 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