Files
old-festivalhelper/FestivalHelper/FESAppDelegate.h

16 lines
286 B
C
Raw Normal View History

2014-08-30 08:36:36 +02:00
//
// 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