18 lines
262 B
Objective-C
Executable File
18 lines
262 B
Objective-C
Executable File
//
|
|
// GKDYVideoItemButton.h
|
|
// GKDYVideo
|
|
//
|
|
// Created by QuintGao on 2023/3/22.
|
|
// Copyright © 2023 QuintGao. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface GKDYVideoItemButton : UIButton
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|