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