//
// UIFont+OWS.h
// Signal
// Created by Christine Corbett Moran on 2/10/15.
// Copyright (c) 2013 Open Whisper Systems. All rights reserved.
#import <UIKit/UIKit.h>
@interface UIButton (OWS)
+ (UIButton*) ows_blueButtonWithTitle:(NSString*)title;
@end