Skip to content

Commit d455def

Browse files
committed
Make TJDropboxAuthenticationOptions Obj-C direct.
1 parent b8012ca commit d455def

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

TJDropbox/TJDropboxAuthenticator.m

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
#import <SafariServices/SafariServices.h>
1313
#endif
1414

15+
#if defined(__IPHONE_14_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_14_0
16+
__attribute__((objc_direct_members))
17+
#endif
1518
@interface TJDropboxAuthenticationOptions ()
1619

1720
@property (nonatomic, readonly) BOOL generateRefreshToken;
@@ -20,6 +23,9 @@ @interface TJDropboxAuthenticationOptions ()
2023

2124
@end
2225

26+
#if defined(__IPHONE_14_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_14_0
27+
__attribute__((objc_direct_members))
28+
#endif
2329
@implementation TJDropboxAuthenticationOptions
2430

2531
- (instancetype)initWithGenerateRefreshToken:(BOOL)generateRefreshToken

0 commit comments

Comments
 (0)