mirror of
https://github.com/zhigang1992/transshift.git
synced 2026-05-19 07:19:03 +08:00
18 lines
306 B
Objective-C
18 lines
306 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// TransmissionRPCClient
|
|
//
|
|
// Created by Alexey Chechetkin on 23.06.15.
|
|
// Copyright (c) 2015 Alexey Chechetkin. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
|
|
@end
|
|
|