NTESSessionSnapchatContentView.h 484 B

12345678910111213141516
  1. //
  2. // NTESSessionSnapchatContentView.h
  3. // NIM
  4. //
  5. // Created by amao on 7/2/15.
  6. // Copyright (c) 2015 Netease. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. extern NSString *const NIMDemoEventNameOpenSnapPicture; //自定义消息阅后即焚,打开阅后即焚预览窗口
  10. extern NSString *const NIMDemoEventNameCloseSnapPicture; //自定义消息阅后即焚,关闭阅后即焚预览窗口
  11. @interface NTESSessionSnapchatContentView : NIMSessionMessageContentView
  12. @end