16 lines
273 B
Objective-C
16 lines
273 B
Objective-C
//
|
|
// THLanternScrollItemView.h
|
|
// TreeHole
|
|
//
|
|
// Created by iOS on 2023/2/14.
|
|
// Copyright © 2023 CYH. All rights reserved.
|
|
//
|
|
|
|
#import "THView.h"
|
|
|
|
@interface THLanternScrollItemView : THView
|
|
|
|
@property (nonatomic, copy) void(^itemTapBlock)(UIControl *sender);
|
|
|
|
@end
|