// // FLEXResources.h // FLEX // // Created by Ryan Olson on 6/8/14. // Copyright (c) 2014 Flipboard. All rights reserved. // #import #import @interface FLEXResources : NSObject + (UIImage *)closeIcon; + (UIImage *)dragHandle; + (UIImage *)globeIcon; + (UIImage *)hierarchyIndentPattern; + (UIImage *)listIcon; + (UIImage *)moveIcon; + (UIImage *)selectIcon; @end