mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-26 11:46:23 +00:00
Monotone-Parent: cd6e43ebd8d873923fb9ad3c40158a6ce63a1f09 Monotone-Revision: 21ae9d2d632db73281a8277df02900d3e48a6e98 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-07-05T21:15:21 Monotone-Branch: ca.inverse.sogo
15 lines
197 B
Objective-C
15 lines
197 B
Objective-C
#import <Foundation/NSObject.h>
|
|
#import <Foundation/NSString.h>
|
|
|
|
#import <SOGoUI/UIxComponent.h>
|
|
|
|
@interface UIxToolbarSeparator : UIxComponent
|
|
{
|
|
}
|
|
|
|
@end
|
|
|
|
@implementation UIxToolbarSeparator
|
|
|
|
@end
|