Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Sources/BranchSDK/Public/BranchEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ typedef NS_ENUM(NSInteger, BranchEventAdType) {

#pragma mark - BranchEvent

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"

@interface BranchEvent : NSObject <SKProductsRequestDelegate>

- (instancetype _Nonnull) initWithName:(NSString*_Nonnull)name NS_DESIGNATED_INITIALIZER;
Expand Down Expand Up @@ -118,6 +121,8 @@ typedef NS_ENUM(NSInteger, BranchEventAdType) {

@end

#pragma clang diagnostic pop

#pragma mark - BranchEventRequest

@interface BranchEventRequest : BNCServerRequest <NSSecureCoding>
Expand Down