Skip to content

Commit

Permalink
fix conditionals in header files
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiMadlener committed Nov 18, 2024
1 parent 733dd58 commit a3f1a79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ResearchKit/Common/ORKAnswerFormat_Internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@
#endif

#if TARGET_OS_IOS || TARGET_OS_VISION

#import <ResearchKit/ORKAnswerFormat_Private.h>
#import <ResearchKit/ORKChoiceAnswerFormatHelper.h>

#endif
@class ORKChoiceAnswerFormatHelper;

NS_ASSUME_NONNULL_BEGIN
Expand Down

0 comments on commit a3f1a79

Please sign in to comment.