Files
yinmeng-ios/xplan-ios/Main/Room/View/AnimationView/XPRoomEnterHideTipView.h
2022-05-05 11:21:47 +08:00

17 lines
233 B
Objective-C

//
// XPRoomEnterHideTipView.h
// xplan-ios
//
// Created by GreenLand on 2022/4/26.
// 隐身进房提示
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPRoomEnterHideTipView : UIView
@end
NS_ASSUME_NONNULL_END