ToucheableScrollView/Example/TouchableScrollView/TouchableScrollViewAppDelegate.h
2016-01-28 17:44:48 +01:00

16 lines
333 B
Objective-C

//
// TouchableScrollViewAppDelegate.h
// TouchableScrollView
//
// Created by Giuseppe Nucifora on 01/28/2016.
// Copyright (c) 2016 Giuseppe Nucifora. All rights reserved.
//
@import UIKit;
@interface TouchableScrollViewAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end