123456789101112131415161718 |
- //
- // WFCCNotificationMessageContent.m
- // WFChatClient
- //
- // Created by heavyrain on 2017/9/19.
- // Copyright © 2017年 WildFireChat. All rights reserved.
- //
- #import "WFCCNotificationMessageContent.h"
- #import "Common.h"
- @implementation WFCCNotificationMessageContent
- - (NSString *)formatNotification {
- return nil;
- }
- @end
|