mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-14 05:05:02 -05:00
11 lines
157 B
Objective-C
11 lines
157 B
Objective-C
/**
|
|
* Author: Timothy Prepscius
|
|
* License: BSD + keep my name in the code!
|
|
*/
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface UITransparentToolbar : UIToolbar
|
|
|
|
@end
|