|
|
@@ -14,7 +14,7 @@
|
|
|
|
|
|
@interface ContactListViewController : ActiveViewController<UITableViewDataSource,UITableViewDelegate,UISearchBarDelegate>
|
|
|
@property (strong, nonatomic) IBOutlet UITableView *table;
|
|
|
-@property (strong, nonatomic) UISearchBar *searchBar;
|
|
|
+@property (strong, nonatomic) IBOutlet UISearchBar *searchBar;
|
|
|
@property (strong, nonatomic) IBOutlet UIActivityIndicatorView *mum;
|
|
|
@property (strong,nonatomic) NSMutableArray * content_data;
|
|
|
@property int offset;
|