diff --git a/Sources/mParticle-Appboy/include/MPKitAppboy.h b/Sources/mParticle-Appboy/include/MPKitAppboy.h index 52455ad..e34c624 100644 --- a/Sources/mParticle-Appboy/include/MPKitAppboy.h +++ b/Sources/mParticle-Appboy/include/MPKitAppboy.h @@ -22,6 +22,7 @@ @property (nonatomic, strong, nonnull) NSDictionary *configuration; @property (nonatomic, strong, nullable) NSDictionary *launchOptions; @property (nonatomic, unsafe_unretained, readonly) BOOL started; +@property (nonatomic, strong, nullable) MPKitAPI *kitApi; #if TARGET_OS_IOS + (void)setInAppMessageControllerDelegate:(nonnull id)delegate;