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