repo.or.cz
/
sparkle2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rename 'elements' to 'groundSet' to be consistent with literature.
[sparkle2.git]
/
PrefPane
/
SparklePref.h
blob
d005d47a3b46236a673f006ff472c7039c79da18
1
//
2
// SparklePref.h
3
// Sparkle
4
//
5
// Created by Andy Matuschak on 8/10/07.
6
// Copyright (c) 2007 __MyCompanyName__. All rights reserved.
7
//
8
9
#import <PreferencePanes/PreferencePanes.h>
10
11
12
@interface SparklePref
:
NSPreferencePane
13
{
14
15
}
16
17
- (
void
)
mainViewDidLoad
;
18
19
@end