//
//  UIButton+NavButton.h
//
//  Created by Michael Heyeck on 11/9/09.
//  Copyright 2009 Fair Oaks Labs, Inc.
//

#import <UIKit/UIKit.h>


@interface UIButton (NavButton)

- (UIButton*)configureForBackButtonWithTitle:(NSString*)title target:(id)target action:(SEL)action;

@end

