mootoh / qstwitter

Quicksilver Twitter plugin.

This URL has Read+Write access

mootoh (author)
Wed Jul 02 10:05:28 -0700 2008
commit  6d3c7da8910db2698d44fa6cc762f5fea7a82913
tree    0ddb26faf604b8f50186ecaec6fbb40b0217ec50
parent  bf5991a2ffbba50ee6ab8fee52c0077d8965321d
qstwitter / WassrPrefPane.m
100644 19 lines (13 sloc) 0.271 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
// WassrPrefPane.m
// WassrPlugin
//
// Created by Motohiro Takayama on 12/12/07.
// Copyright 2007 __MyCompanyName__. All rights reserved.
//
 
#import "WassrPrefPane.h"
 
 
@implementation WassrPrefPane
 
-(NSString *)mainNibName {
return @"WassrPrefPane";
}
 
@end