19 lines
247 B
C
19 lines
247 B
C
|
|
//
|
||
|
|
// LMCPInRoomVapView.h
|
||
|
|
// SweetParty
|
||
|
|
//
|
||
|
|
// Created by Xmac on 2024/8/17.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import <UIKit/UIKit.h>
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
|
||
|
|
@interface LMCPInRoomVapView : UIView
|
||
|
|
|
||
|
|
- (void)playVapWithDict:(NSDictionary *)dict;
|
||
|
|
|
||
|
|
@end
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_END
|