NIMContactSelectTabView.h 360 B

123456789101112131415161718
  1. //
  2. // NIMContactSelectTabView.h
  3. // NIMKit
  4. //
  5. // Created by chris on 15/9/15.
  6. // Copyright (c) 2015年 NetEase. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class NIMContactPickedView;
  10. @interface NIMContactSelectTabView : UIView
  11. @property (nonatomic,strong) NIMContactPickedView *pickedView;
  12. @property (nonatomic,strong) UIButton *doneButton;
  13. @end