Files
peko-ios/YuMi/Modules/YMRoom/View/SendRedPacket/PIRoomSendRedPacketItemVC.h

17 lines
319 B
C
Raw Normal View History

2023-10-18 19:50:48 +08:00
//
// 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