Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 40e6333

Browse files
committed
Convert one @import Foundation to #import <Foundation/Foundation.h>
Xcode complained that kind of import (for Foundation?) was not recommended.
1 parent 6cae6d5 commit 40e6333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/WordPressKit/Services/WordPressComServiceRemote.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import Foundation;
1+
#import <Foundation/Foundation.h>
22
#import <WordPressKit/ServiceRemoteWordPressComREST.h>
33

44
typedef NS_ENUM(NSUInteger, WordPressComServiceBlogVisibility) {

0 commit comments

Comments
 (0)