16 lines
268 B
Objective-C
Executable File
16 lines
268 B
Objective-C
Executable File
//
|
|
// AppDelegate.h
|
|
// BeerBox
|
|
//
|
|
// Created by Lukas on 24/07/14.
|
|
// Copyright (c) 2014 LBSFilm. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
@end
|