16 lines
268 B
C
16 lines
268 B
C
|
//
|
||
|
// 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
|