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