• This project
    • Loading...
  • Sign in

hh_public / HHDoctorSDK.ios

Logo
Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • HHDoctorSDK.ios
  • HHDoctorSDK
  • NIMSDK.framework
  • Headers
  • NIMUnsupportedNotificationContent.h
  • sdk init · caef9800
    caef9800 Browse Files
    shmily authored 2018-06-19 10:34:32 +0800
NIMUnsupportedNotificationContent.h 295 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  NIMUnsupportedNotificationContent.h
//  NIMLib
//
//  Created by Netease.
//  Copyright © 2016 Netease. All rights reserved.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface NIMUnsupportedNotificationContent : NIMNotificationContent
@end


NS_ASSUME_NONNULL_END