17 lines
254 B
C
17 lines
254 B
C
![]() |
//
|
||
|
// MessageContentRedPacketView.h
|
||
|
// xplan-ios
|
||
|
//
|
||
|
// Created by GreenLand on 2022/9/5.
|
||
|
//
|
||
|
|
||
|
#import "MessageContentCustomView.h"
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface MessageContentRedPacketView : MessageContentCustomView
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|