Files
yinmeng-ios/xplan-ios/Main/Room/View/BaseUIContainerView/XPRoomAnchorRankEnterView.h
2022-05-12 20:18:57 +08:00

17 lines
220 B
Objective-C

//
// XPRoomAnchorRankEnterView.h
// xplan-ios
//
// Created by GreenLand on 2022/5/12.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPRoomAnchorRankEnterView : UIView
@end
NS_ASSUME_NONNULL_END