mirror of https://github.com/oxen-io/session-ios
				
				
				
			
			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.
		
		
		
		
		
			
		
			
	
	
		
			28 lines
		
	
	
		
			648 B
		
	
	
	
		
			C
		
	
		
		
			
		
	
	
			28 lines
		
	
	
		
			648 B
		
	
	
	
		
			C
		
	
| 
											8 years ago
										 | //
 | ||
|  | //  Copyright (c) 2017 Open Whisper Systems. All rights reserved.
 | ||
|  | //
 | ||
|  | 
 | ||
| 
											11 years ago
										 | #import "UIColor+OWS.h"
 | ||
|  | #import "UIFont+OWS.h"
 | ||
| 
											8 years ago
										 | #import "UIImage+OWS.h"
 | ||
| 
											8 years ago
										 | #import <SignalServiceKit/MIMETypeUtil.h>
 | ||
| 
											11 years ago
										 | 
 | ||
| 
											11 years ago
										 | typedef void (^completionBlock)(void); | ||
|  | 
 | ||
| 
											12 years ago
										 | /**
 | ||
|  |  * | ||
| 
											11 years ago
										 |  * UIUtil contains various class methods that centralize common app UI functionality that would otherwise be hardcoded. | ||
| 
											12 years ago
										 |  * | ||
|  |  */ | ||
|  | 
 | ||
|  | @interface UIUtil : NSObject | ||
|  | 
 | ||
| 
											9 years ago
										 | + (void)applyRoundedBorderToImageView:(UIImageView *)imageView; | ||
| 
											10 years ago
										 | + (void)removeRoundedBorderToImageView:(UIImageView *__strong *)imageView; | ||
| 
											12 years ago
										 | 
 | ||
| 
											11 years ago
										 | + (completionBlock)modalCompletionBlock; | ||
| 
											9 years ago
										 | + (void)applyDefaultSystemAppearence; | ||
|  | + (void)applySignalAppearence; | ||
|  | 
 | ||
| 
											12 years ago
										 | @end |