//
//  UIImage+FixOrientation.h
//  Mapmatic
//
//  Created by Jeremiah Boyle on 4/26/12.
//  Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface UIImage (FixOrientation)

- (UIImage *)fixOrientation;

@end