forked from perfaram/PFSystemKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPFSystemKit.h
More file actions
33 lines (29 loc) · 879 Bytes
/
PFSystemKit.h
File metadata and controls
33 lines (29 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//
// PFSystemKit-osx.h
// PFSystemKit-osx
//
// Created by Perceval FARAMAZ on 19.06.15.
//
//
#import <Foundation/Foundation.h>
#import "PFSK_Common.h"
#import "PFSystemKitCPUReport.h"
#import "PFSystemKitBatteryReport.h"
#import "PFSystemKitPlatformReport.h"
#import "PFSystemKitRAMReport.h"
/* iOS imports */
#if TARGET_OS_IPHONE
//! Project version number for PFSystemKit-ios.
FOUNDATION_EXPORT double PFSystemKit_iosVersionNumber;
//! Project version string for PFSystemKit-ios.
FOUNDATION_EXPORT const unsigned char PFSystemKit_iosVersionString[];
#import "PFSK_iOS.h"
#endif
/* OS X imports */
#if !TARGET_OS_IPHONE
//! Project version number for PFSystemKit-osx.
FOUNDATION_EXPORT double PFSystemKit_osxVersionNumber;
//! Project version string for PFSystemKit-osx.
FOUNDATION_EXPORT const unsigned char PFSystemKit_osxVersionString[];
#import "PFSK_OSX.h"
#endif