LiveRoomLikeLayer.h 339 B

123456789101112131415161718192021
  1. //
  2. // LiveRoomLikeLayer.h
  3. // StudentDaya
  4. //
  5. // Created by Kyle on 2022/2/24.
  6. // Copyright © 2022 DayaMusic. All rights reserved.
  7. //
  8. #import <QuartzCore/QuartzCore.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface LiveRoomLikeLayer : CALayer
  11. - (instancetype)initWithName:(NSString *)name;
  12. - (void)startAnimation;
  13. @end
  14. NS_ASSUME_NONNULL_END