17 lines
254 B
Objective-C
17 lines
254 B
Objective-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
|