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

14 lines
271 B
Objective-C

//
// TouchableScrollViewViewController.h
// TouchableScrollView
//
// Created by Giuseppe Nucifora on 01/28/2016.
// Copyright (c) 2016 Giuseppe Nucifora. All rights reserved.
//
@import UIKit;
@interface TouchableScrollViewViewController : UIViewController
@end