17 lines
244 B
Objective-C
17 lines
244 B
Objective-C
//
|
|
// XCRoomPostionNickView.h
|
|
// xplan-ios
|
|
//
|
|
// Created by 冯硕 on 2021/10/15.
|
|
//
|
|
|
|
#import "XPRoomPostionBaseItemView.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XCRoomPostionNickView : XPRoomPostionBaseItemView
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|