14 lines
271 B
Objective-C
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
|