Files
transshift/TransmissionRPCClient/AppDelegate.h
Alexey Chechetkin 21bd201242 Initial Commit
2015-06-23 17:34:14 +03:00

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