-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKBKeybaseAPI.h
More file actions
42 lines (30 loc) · 1.14 KB
/
Copy pathKBKeybaseAPI.h
File metadata and controls
42 lines (30 loc) · 1.14 KB
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
40
41
42
//
// KBKeybaseAPIAPI.h
// KBKeybaseAPIAPI
//
// Created by Gabriel on 7/15/15.
// Copyright (c) 2015 Gabriel Handford. All rights reserved.
//
#import <Foundation/Foundation.h>
//! Project version number for KBKeybase.
FOUNDATION_EXPORT double KBKeybaseAPIVersionNumber;
//! Project version string for KBKeybase.
FOUNDATION_EXPORT const unsigned char KBKeybaseAPIVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <KBKeybaseAPI/PublicHeader.h>
#import <KBKeybaseAPI/KBAPIError.h>
#import <KBKeybaseAPI/KBAPIClient.h>
#import <KBKeybaseAPI/KBAPIClientKeyRing.h>
#import <KBKeybaseAPI/KBSession.h>
#import <KBKeybaseAPI/KBBitcoinAddress.h>
#import <KBKeybaseAPI/KBImage.h>
#import <KBKeybaseAPI/KBPublicKey.h>
#import <KBKeybaseAPI/KBProof.h>
#import <KBKeybaseAPI/KBSessionUser.h>
#import <KBKeybaseAPI/KBSignature.h>
#import <KBKeybaseAPI/KBUser.h>
#import <KBKeybaseAPI/KBProofVerification.h>
#import <KBKeybaseAPI/KBDefines.h>
#import <KBKeybaseAPI/KBSerialBox.h>
#import <KBKeybaseAPI/KBSearchResult.h>
#import <KBKeybaseAPI/KBPGPKey.h>
#import <KBKeybaseAPI/KBDNSQuery.h>