Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Aug 29, 2023
1 parent 1d84c10 commit b49607f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Tests/SentryTests/SentryClient+TestInit.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
#import "SentryRandom.h"
#import "SentryTransport.h"

@class SentryCrashWrapper, SentryThreadInspector, SentryTransportAdapter;
@class SentryCrashWrapper;
@class SentryDispatchQueueWrapper;
@class SentryThreadInspector;
@class SentryTransportAdapter;

NS_ASSUME_NONNULL_BEGIN

Expand Down

0 comments on commit b49607f

Please sign in to comment.