12345678910111213141516171819 |
- //
- // NTESInputMoreContainerView.h
- // NIMDemo
- //
- // Created by chris.
- // Copyright (c) 2015年 Netease. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "NIMSessionConfig.h"
- #import "NIMInputProtocol.h"
- @interface YOUPAINIMInputMoreContainerView : UIView
- @property (nonatomic,weak) id<NIMSessionConfig> config;
- @property (nonatomic,weak) id<NIMInputActionDelegate> actionDelegate;
- @end
|