• This project
    • Loading...
  • Sign in

hh_public / hhsdk.ios.jf

Logo
Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hhsdk.ios.jf
  • liberate
  • liberate.framework
  • Headers
  • GKDoubleLikeView.h
  • 3.6.0.03071132 · ec42b665
    ec42b665 Browse Files
    wangguolei authored 2023-03-07 11:32:26 +0800
GKDoubleLikeView.h 344 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
//
//  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:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event;

@end

NS_ASSUME_NONNULL_END