Skip to content

Commit 64bbf37

Browse files
authored
Forward declare class to fix linting. (#4935)
1 parent f52da40 commit 64bbf37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTPrioritizer.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
#import <GoogleDataTransport/GDTCORClock.h>
2020
#import <GoogleDataTransport/GDTCORPrioritizer.h>
2121

22+
@class GDTCORStoredEvent;
23+
2224
NS_ASSUME_NONNULL_BEGIN
2325

2426
/** Manages the prioritization of events from GoogleDataTransport. */

0 commit comments

Comments
 (0)