We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8012ca commit d455defCopy full SHA for d455def
TJDropbox/TJDropboxAuthenticator.m
@@ -12,6 +12,9 @@
12
#import <SafariServices/SafariServices.h>
13
#endif
14
15
+#if defined(__IPHONE_14_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_14_0
16
+__attribute__((objc_direct_members))
17
+#endif
18
@interface TJDropboxAuthenticationOptions ()
19
20
@property (nonatomic, readonly) BOOL generateRefreshToken;
@@ -20,6 +23,9 @@ @interface TJDropboxAuthenticationOptions ()
23
21
24
@end
22
25
26
27
28
29
@implementation TJDropboxAuthenticationOptions
30
31
- (instancetype)initWithGenerateRefreshToken:(BOOL)generateRefreshToken
0 commit comments