public
Description: A port of the PSMTabBarControl for Interface Builder 3.0
Homepage: http://www.positivespinmedia.com/dev/PSMTabBarControl.html
Clone URL: git://github.com/dparnell/psmtabbar.git
psmtabbar / PSMTabBar.h
100644 16 lines (11 sloc) 0.248 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// PSMTabBar.h
// PSMTabBar
//
// Created by Daniel Parnell on 29/12/07.
// Copyright 2007 Automagic Software Pty Ltd.. All rights reserved.
//
 
#import <InterfaceBuilderKit/InterfaceBuilderKit.h>
 
@interface PSMTabBar : IBPlugin {
 
}
 
@end