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