17 lines
353 B
C
17 lines
353 B
C
![]() |
//
|
||
|
// YinGetPointGroup.h
|
||
|
// yinmeng-ios
|
||
|
//
|
||
|
// Created by yinmeng on 2024/3/23.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import <UIKit/UIKit.h>
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface YinGetPointGroup : NSObject
|
||
|
+ (CAAnimationGroup *)getGroupPoint:(CGPoint)startPoint endPoint:(CGPoint)endPoint centerPoint:(CGPoint)centerPoint;
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|