This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright (c) 2015 Pinterest. All rights reserved. | |
// Created by Ricky Cancro on 1/28/15. | |
#if TARGET_OS_IPHONE | |
@import UIKit; | |
#endif | |
#import "PDKClient.h" | |
#import "PDKBoard.h" | |
#import "PDKCategories.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright (c) 2015 Pinterest. All rights reserved. | |
// Created by Ricky Cancro on 1/28/15. | |
@import Foundation; | |
#import <AFNetworking/AFNetworking.h> | |
/** | |
* Permissions that you can request a user to authorize. | |
*/ | |
extern NSString * const PDKClientReadPublicPermissions; |