17 lines
246 B
Objective-C
17 lines
246 B
Objective-C
//
|
|
// XPRoomAppManagerAction.h
|
|
// YuMi
|
|
//
|
|
// Created by P on 2025/9/1.
|
|
//
|
|
|
|
#import "XPRoomMoreMenuAction.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPRoomAppManagerAction : XPRoomMoreMenuAction
|
|
+ (instancetype)action;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|