1 //
2 //  KBFolderView.h
3 //  Keybase
4 //
5 //  Created by Gabriel on 3/9/15.
6 //  Copyright (c) 2015 Gabriel Handford. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 
12 #import "KBImageLabel.h"
13 #import "KBRPC.h"
14 #import "KBFile.h"
15 
16 @interface KBFileLabel : KBImageLabel
17 
18 - (void)setFile:(KBFile *)file;
19 
20 @end
21