8 #import <Foundation/Foundation.h>
9 #import <UIKit/UIKit.h>
11 #import "UILabel+EnkiUtils.h"
12 #import "UIScreen+EnkiUtils.h"
13 #import "UIImage+EnkiUtils.h"
14 #import "NSString+EnkiUtils.h"
15 #import "UINavigationController+EnkiUtils.h"
95 + (UIColor *)defaultBackgroundColor:(UITableViewCell *)inCell;
97 + (float) pixelsForRetina:(
float) pixels;
101 +(BOOL) AlmostEqualRelative:(
float) A and:(
float)B;
110 + (void)keyboardWasShown:(NSNotification*)aNotification
111 view:(UIViewController *) view
112 scrollView:(UITableView *)scrollView
113 activeField:(UIView *) activeField
114 activeCell:(UITableViewCell *) activeCell;