Skip to content

Commit efab7d3

Browse files
ref: Remove SentryApplication forward declaration (#5763)
The same header file declares the protocol below, no need to use a forward declaration.
1 parent 2a07609 commit efab7d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/Sentry/include/SentryApplication.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#import "SentryDefines.h"
22
#import <Foundation/Foundation.h>
33

4-
@protocol SentryApplication;
5-
64
#if SENTRY_HAS_UIKIT
75
@class UIApplication;
86
@class UIScene;

0 commit comments

Comments
 (0)