Skip to content
David De Bels edited this page May 23, 2021 · 1 revision

Objective-C

Import Notion.h in the implementation files (or in a Prefix header):

#import <NotionClient/Notion.h>

Swift

Import Notion.h in the Objective-C Bridging Header:

// Bridging header
#import <NotionClient/Notion.h>

Clone this wiki locally