YOUPAINIMInputMoreContainerView.h 404 B

12345678910111213141516171819
  1. //
  2. // NTESInputMoreContainerView.h
  3. // NIMDemo
  4. //
  5. // Created by chris.
  6. // Copyright (c) 2015年 Netease. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "NIMSessionConfig.h"
  10. #import "NIMInputProtocol.h"
  11. @interface YOUPAINIMInputMoreContainerView : UIView
  12. @property (nonatomic,weak) id<NIMSessionConfig> config;
  13. @property (nonatomic,weak) id<NIMInputActionDelegate> actionDelegate;
  14. @end