NIMUnsupportedNotificationContent.h 295 B

1234567891011121314151617
  1. //
  2. // NIMUnsupportedNotificationContent.h
  3. // NIMLib
  4. //
  5. // Created by Netease.
  6. // Copyright © 2016 Netease. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NIMUnsupportedNotificationContent : NIMNotificationContent
  11. @end
  12. NS_ASSUME_NONNULL_END