1 //
2 //  KBUIAppearance.h
3 //  KBKit
4 //
5 //  Created by Gabriel on 1/7/16.
6 //  Copyright © 2016 Gabriel Handford. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 #import <Tikppa/Tikppa.h>
12 
13 @interface KBUIAppearance : KBAppearanceLight
14 
15 + (instancetype)appearance;
16 
17 @end
18