WFCCNotificationMessageContent.m 333 B

123456789101112131415161718
  1. //
  2. // WFCCNotificationMessageContent.m
  3. // WFChatClient
  4. //
  5. // Created by heavyrain on 2017/9/19.
  6. // Copyright © 2017年 WildFireChat. All rights reserved.
  7. //
  8. #import "WFCCNotificationMessageContent.h"
  9. #import "Common.h"
  10. @implementation WFCCNotificationMessageContent
  11. - (NSString *)formatNotification {
  12. return nil;
  13. }
  14. @end