EnkiUtils
Small library of classes that Enki Labs uses internally.
 All Classes Functions Properties Pages
UIScreen+EnkiUtils.h
1 //
2 // UIScreen+EnkiUtils.h
3 //
4 // Copyright (c) 2013 brian.clear
5 //
6 
7 #import <UIKit/UIKit.h>
8 
18 
20 - (BOOL)Enki_isRetina;
21 
22 @end