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