Switching to Sparkle for updates
[printdrop.git] / Sparkle.framework / Versions / A / Headers / SUSystemProfiler.h
1 //
2 // SUSystemProfiler.h
3 // Sparkle
4 //
5 // Created by Andy Matuschak on 12/22/07.
6 // Copyright 2007 Andy Matuschak. All rights reserved.
7 //
8
9 #ifndef SUSYSTEMPROFILER_H
10 #define SUSYSTEMPROFILER_H
11
12 @interface SUSystemProfiler : NSObject {}
13 + (SUSystemProfiler *)sharedSystemProfiler;
14 - (NSMutableArray *)systemProfileArrayForHostBundle:(NSBundle *)hostBundle;
15 @end
16
17 #endif