Files
yinmeng-ios/xplan-ios/Main/Message/View/Session/Content/MessageContentUnSupport.m
2022-04-22 15:31:03 +08:00

21 lines
375 B
Objective-C

//
// MessageContentUnSupport.m
// xplan-ios
//
// Created by 冯硕 on 2022/4/19.
//
#import "MessageContentUnSupportView.h"
@implementation MessageContentUnSupportView
/*
// Only override drawRect: if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
- (void)drawRect:(CGRect)rect {
// Drawing code
}
*/
@end