18 lines
256 B
Objective-C
Executable File
18 lines
256 B
Objective-C
Executable File
//
|
|
// GKDYScrollView.h
|
|
// GKDYVideo
|
|
//
|
|
// Created by QuintGao on 2018/9/23.
|
|
// Copyright © 2018 QuintGao. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface GKDYScrollView : UIScrollView
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|