Browse Subversion Repository
Annotation of /XspfQT/XspfQTPreferenceWindowController.h
Parent Directory
| Revision Log
Revision 184 -
( hide annotations)
( download)
( as text)
Mon Mar 16 16:40:31 2009 UTC
(15 years, 1 month ago)
by masaki
File MIME type: text/x-chdr
File size: 304 byte(s)
環境設定を新規追加。
| 1 |
masaki |
184 |
// |
| 2 |
|
|
// XspfQTPreferenceWindowController.h |
| 3 |
|
|
// XspfQT |
| 4 |
|
|
// |
| 5 |
|
|
// Created by Hori,Masaki on 09/03/17. |
| 6 |
|
|
// Copyright 2009 masakih. All rights reserved. |
| 7 |
|
|
// |
| 8 |
|
|
|
| 9 |
|
|
#import <Cocoa/Cocoa.h> |
| 10 |
|
|
|
| 11 |
|
|
|
| 12 |
|
|
@interface XspfQTPreferenceWindowController : NSWindowController |
| 13 |
|
|
{ |
| 14 |
|
|
|
| 15 |
|
|
} |
| 16 |
|
|
+ (XspfQTPreferenceWindowController *)sharedInstance; |
| 17 |
|
|
@end |
|