14 lines
234 B
C
14 lines
234 B
C
|
|
//
|
||
|
|
// THLanternAnimationController.h
|
||
|
|
// TreeHole
|
||
|
|
//
|
||
|
|
// Created by iOS on 2023/2/13.
|
||
|
|
// Copyright © 2023 CYH. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "THViewController.h"
|
||
|
|
|
||
|
|
@interface THLanternAnimationController : THViewController
|
||
|
|
|
||
|
|
@end
|