blob: f5b1f4caa04bd04849ab64951400c2bf0a2cdbd3 [file] [log] [blame]
//
// WXResources.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 WXResources : NSObject
+ (UIImage *)closeIcon;
+ (UIImage *)dragHandle;
+ (UIImage *)globeIcon;
+ (UIImage *)hierarchyIndentPattern;
+ (UIImage *)listIcon;
+ (UIImage *)moveIcon;
+ (UIImage *)selectIcon;
+ (UIImage *)jsonIcon;
+ (UIImage *)textPlainIcon;
+ (UIImage *)htmlIcon;
+ (UIImage *)audioIcon;
+ (UIImage *)jsIcon;
+ (UIImage *)plistIcon;
+ (UIImage *)textIcon;
+ (UIImage *)videoIcon;
+ (UIImage *)xmlIcon;
+ (UIImage *)binaryIcon;
@end