Rename 'elements' to 'groundSet' to be consistent with literature.
[sparkle2.git] / PrefPane / SparklePref.h
blobd005d47a3b46236a673f006ff472c7039c79da18
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 //
9 #import <PreferencePanes/PreferencePanes.h>
12 @interface SparklePref : NSPreferencePane
17 - (void) mainViewDidLoad;
19 @end