Files
yinmeng-ios/xplan-ios/Main/Mine/View/DressUp/Model/ChatBubbleModel.h

17 lines
212 B
C
Raw Normal View History

//
// ChatBubbleModel.h
// xplan-ios
//
// Created by GreenLand on 2022/3/18.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface ChatBubbleModel : NSObject
@end
NS_ASSUME_NONNULL_END