1 //
2 //  KBUserListView.h
3 //  Keybase
4 //
5 //  Created by Gabriel on 4/1/15.
6 //  Copyright (c) 2015 Gabriel Handford. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 
12 #import "KBUserProfileView.h"
13 
14 @interface KBUserListView : YOView
15 
16 @property (readonly) KBListView *listView;
17 
18 - (void)setUserSummaries:(NSArray *)userSummaries update:(BOOL)update;
19 
20 @end
21