123456789101112131415161718192021 |
- //
- // LiveRoomLikeLayer.h
- // StudentDaya
- //
- // Created by Kyle on 2022/2/24.
- // Copyright © 2022 DayaMusic. All rights reserved.
- //
- #import <QuartzCore/QuartzCore.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface LiveRoomLikeLayer : CALayer
- - (instancetype)initWithName:(NSString *)name;
- - (void)startAnimation;
- @end
- NS_ASSUME_NONNULL_END
|