Files
peko-ios/YuMi/Modules/YMRoom/View/SendRedPacket/PIRoomSendRedPacketItemVC.h
2023-10-19 15:06:34 +08:00

17 lines
319 B
Objective-C

//
// PIRoomSendRedPacketItemVC.h
// YuMi
//
// Created by duoban on 2023/10/18.
//
#import "MvpViewController.h"
#import <JXCategoryView/JXCategoryListContainerView.h>
NS_ASSUME_NONNULL_BEGIN
@interface PIRoomSendRedPacketItemVC : MvpViewController<JXCategoryListContentViewDelegate>
@end
NS_ASSUME_NONNULL_END