2024-06-11 10:51:38 +08:00

22 lines
422 B
Objective-C
Executable File

//
// GKDoubleLikeView.h
// GKDYVideo
//
// Created by gaokun on 2019/6/19.
// Copyright © 2019 QuintGao. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface GKDoubleLikeView : NSObject
- (void)createAnimationWithTouch:(UITouch *)touch;
- (void)createAnimationWithPoint:(CGPoint)point view:(UIView *)view completion:(nullable void(^)(void))completion;
@end
NS_ASSUME_NONNULL_END