Skip to content

Commit

Permalink
Update SentrySessionReplayIntegration.h (#3868)
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin authored Apr 23, 2024
1 parent 676e429 commit 1b314c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/Sentry/include/SentrySessionReplayIntegration.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#import "SentryBaseIntegration.h"
#import "SentryDefines.h"
#import "SentrySwift.h"
#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN
#if SENTRY_HAS_UIKIT && !TARGET_OS_VISION
@interface SentrySessionReplayIntegration : SentryBaseIntegration <SentryIntegrationProtocol>
@interface SentrySessionReplayIntegration : SentryBaseIntegration

@end
#endif // SENTRY_HAS_UIKIT && !TARGET_OS_VISION
Expand Down

0 comments on commit 1b314c5

Please sign in to comment.