FLEXResources.h 414 B

1234567891011121314151617181920212223
  1. //
  2. // FLEXResources.h
  3. // FLEX
  4. //
  5. // Created by Ryan Olson on 6/8/14.
  6. // Copyright (c) 2014 Flipboard. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. @interface FLEXResources : NSObject
  11. + (UIImage *)closeIcon;
  12. + (UIImage *)dragHandle;
  13. + (UIImage *)globeIcon;
  14. + (UIImage *)hierarchyIndentPattern;
  15. + (UIImage *)listIcon;
  16. + (UIImage *)moveIcon;
  17. + (UIImage *)selectIcon;
  18. @end