-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathPebbleKit.h
39 lines (30 loc) · 1.17 KB
/
PebbleKit.h
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
34
35
36
37
38
39
//
// PebbleKit.h
// PebbleKit
//
// Created by Martijn Thé on 4/24/12.
// Copyright (c) 2012 Pebble Technology. All rights reserved.
//
#import <Foundation/Foundation.h>
//! Project version number for PebbleKit.
FOUNDATION_EXPORT double PebbleKitVersionNumber;
//! Project version string for PebbleKit.
FOUNDATION_EXPORT const unsigned char PebbleKitVersionString[];
#import <PebbleKit-Static/PBFirmwareVersion.h>
#import <PebbleKit-Static/PBWatch.h>
#import <PebbleKit-Static/PBWatch+AppMessages.h>
#import <PebbleKit-Static/PBWatch+Golf.h>
#import <PebbleKit-Static/PBWatch+Legacy.h>
#import <PebbleKit-Static/PBWatch+Ping.h>
#import <PebbleKit-Static/PBWatch+Sports.h>
#import <PebbleKit-Static/PBWatch+Version.h>
#import <PebbleKit-Static/PBPebbleCentral.h>
#import <PebbleKit-Static/PBPebbleCentral+DefaultCentral.h>
#import <PebbleKit-Static/PBBitmap.h>
#import <PebbleKit-Static/PBDataLoggingService.h>
#import <PebbleKit-Static/PBErrors.h>
#import <PebbleKit-Static/NSNumber+stdint.h>
#import <PebbleKit-Static/NSDictionary+Pebble.h>
#pragma mark - Legacy behavior
#import <PebbleKit-Static/PBFirmwareVersion+Legacy.h>
#import <PebbleKit-Static/PBPebbleCentral+Legacy.h>