julius / showcase

Quicksilver Interface

showcase / SCBackground.h
100644 17 lines (12 sloc) 0.263 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// SCBackground.h
// Showcase
//
// Created by Julius Eckert on 05.05.08.
// Copyright 2008 __MyCompanyName__. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
#import <QSInterface/QSBackgroundView.h>
 
@interface SCBackground : QSBackgroundView {
 
}
 
@end