TabBarPicker/Example/TabBarPicker/TabBarPickerAppDelegate.h
2015-07-15 15:08:52 +02:00

16 lines
312 B
Objective-C

//
// TabBarPickerAppDelegate.h
// TabBarPicker
//
// Created by Giuseppe Nucifora on 07/15/2015.
// Copyright (c) 2015 Giuseppe Nucifora. All rights reserved.
//
@import UIKit;
@interface TabBarPickerAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end