17 lines
242 B
Objective-C
17 lines
242 B
Objective-C
//
|
|
// MessageContentGameView.h
|
|
// xplan-ios
|
|
//
|
|
// Created by duoban on 2023/8/22.
|
|
//
|
|
|
|
#import "MessageContentCustomView.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface MessageContentGameView : MessageContentCustomView
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|