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