NIMSessionNotificationContentView.h 275 B

123456789101112131415
  1. //
  2. // NIMSessionNotificationContentView.h
  3. // NIMKit
  4. //
  5. // Created by chris on 15/3/9.
  6. // Copyright (c) 2015年 Netease. All rights reserved.
  7. //
  8. #import "NIMSessionMessageContentView.h"
  9. @interface NIMSessionNotificationContentView : NIMSessionMessageContentView
  10. @end