You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/Signal/src/util/UIUtil.h

18 lines
401 B
C

11 years ago
#import <Foundation/Foundation.h>
#import "UIColor+OWS.h"
#import "UIFont+OWS.h"
11 years ago
/**
*
* UIUtil contains various class methods that centralize common app UI functionality that would otherwise be hardcoded.
11 years ago
*
*/
@interface UIUtil : NSObject
+ (void)applyRoundedBorderToImageView:(UIImageView *__strong*)imageView;
+ (void)removeRoundedBorderToImageView:(UIImageView *__strong*)imageView;
@end