You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

34 lines
681 B

//
// 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;
+ (UIImage *)checkerPattern;
+ (UIImage *)jsonIcon;
+ (UIImage *)textPlainIcon;
+ (UIImage *)htmlIcon;
+ (UIImage *)audioIcon;
+ (UIImage *)jsIcon;
+ (UIImage *)plistIcon;
+ (UIImage *)textIcon;
+ (UIImage *)videoIcon;
+ (UIImage *)xmlIcon;
+ (UIImage *)binaryIcon;
@end