// // UIScreen+Util.h // wagic // // Created by Michael Nguyen on 11/27/13. // // #import @interface UIScreen (Util) +(BOOL)isRetinaDisplay; @end