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