#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

@interface FontResolver : NSObject

+(UIFont*)fontWithDescription:(NSString*)description;

@end