//
//  CustomNotificationMessage.h
//  RCIMLib
//
//  Created by 牛琳果 on 2020/10/19.
//  Copyright © 2020 Facebook. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <RongIMLib/RongIMLib.h>

NS_ASSUME_NONNULL_BEGIN

@interface CustomNotificationMessage : RCTextMessage<RCMessageCoding, RCMessagePersistentCompatible>

@end

NS_ASSUME_NONNULL_END
