mailiverse/cpp/iOS/Mailiverse/Components/UIViewWithBorder.h
2013-07-25 22:51:23 -04:00

12 lines
171 B
Objective-C

/**
* Author: Timothy Prepscius
* License: BSD + keep my name in the code!
*/
#import <UIKit/UIKit.h>
#include "MMTypes.h"
@interface UIViewWithBorder : UIView
@end