chinese-journal/rudict/rudict-ios/AppDelegate.h
2014-12-14 00:12:23 +00:00

16 lines
273 B
Objective-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