YapDatabase/Testing/Xcode-tv/YapDatabase/AppDelegate.h
2016-09-07 15:14:12 -07:00

18 lines
290 B
Objective-C

//
// AppDelegate.h
// YapDatabaseTesting
//
// Created by Robbie Hanson on 12/5/15.
// Copyright © 2015 Deusty LLC. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end