14 lines
173 B
Objective-C
Executable File
14 lines
173 B
Objective-C
Executable File
//
|
|
// ToucheableScrollView.m
|
|
// Pods
|
|
//
|
|
// Created by Giuseppe Nucifora on 28/01/16.
|
|
//
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ToucheableScrollView : UIScrollView
|
|
|
|
@end
|