root/platform/quicksilver/TwitterPlugin/TwitterPrefPane.m

Revision 3066, 281 bytes (checked in by mootoh, 4 years ago)

add nib to show up prefpane interface.

Line 
1//
2//  TwitterPrefPane.m
3//  TwitterPlugin
4//
5//  Created by Motohiro Takayama on 12/12/07.
6//  Copyright 2007 __MyCompanyName__. All rights reserved.
7//
8
9#import "TwitterPrefPane.h"
10
11
12@implementation TwitterPrefPane
13
14-(NSString *)mainNibName {
15        return @"TwitterPrefPane";
16}
17
18@end
Note: See TracBrowser for help on using the browser.