16 lines
273 B
C
16 lines
273 B
C
|
//
|
||
|
// AppDelegate.h
|
||
|
// rudict-ios
|
||
|
//
|
||
|
// Created by Admin on 14.12.14.
|
||
|
// Copyright (c) 2014 Vladislav. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
||
|
|
||
|
@property (strong, nonatomic) UIWindow *window;
|
||
|
|
||
|
@end
|