Files
yinmeng-ios/xplan-ios/Main/Room/View/BaseUIContainerView/XPRoomAnnouncementView.h
2023-03-16 16:28:47 +08:00

17 lines
207 B
Objective-C

//
// XPRoomAnnouncementView.h
// xplan-ios
//
// Created by XY on 2023/3/16.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPRoomAnnouncementView : UIView
@end
NS_ASSUME_NONNULL_END