JXAddrBookFriendVc.h 824 B

12345678910111213141516171819202122232425262728293031323334
  1. //
  2. // JXFriendViewController.h
  3. //
  4. // Created by flyeagleTang on 14-4-3.
  5. // Copyright (c) 2014年 Reese. All rights reserved.
  6. //
  7. #import "JXTableViewController.h"
  8. #import <UIKit/UIKit.h>
  9. #import "JXTopSiftJobView.h"
  10. #import "JXMessageTableVc.h"
  11. @class menuImageView;
  12. @interface JXAddrBookFriendVc: JXMessageTableVc{
  13. NSMutableArray* _array;
  14. int _refreshCount;
  15. menuImageView* _tb;
  16. UIView* _topView;
  17. int _selMenu;
  18. // UIButton * _myFriendsBtn;
  19. // UIButton * _listAttentionBtn;
  20. UIView *_topScrollLine;
  21. NSMutableArray * _friendArray;
  22. JXTopSiftJobView *_topSiftView; //表头筛选控件
  23. UIView *backView;
  24. }
  25. @property (nonatomic,assign) BOOL isOneInit;
  26. @property (nonatomic,assign) BOOL isMyGoIn; // 是从我界面 进入
  27. - (void) showNewMsgCount:(NSInteger)friendNewMsgNum;
  28. @end