This repository was archived by the owner on May 5, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -39,3 +39,11 @@ extern NSString * const kSCSoundCloudAuthURL;
39
39
extern NSString * const kSCSoundCloudSandboxAPIURL ;
40
40
extern NSString * const kSCSoundCloudSandboxAccessTokenURL ;
41
41
extern NSString * const kSCSoundCloudSandboxAuthURL ;
42
+
43
+ extern NSString * const kTermsOfServiceURL ;
44
+ extern NSString * const kPrivacyPolicyURL ;
45
+
46
+ extern float const kSCBorderRadius ;
47
+
48
+ extern NSUInteger const kSCUsernameTextFieldTag ;
49
+ extern NSUInteger const kSCPasswordTextFieldTag ;
Original file line number Diff line number Diff line change 39
39
NSString * const kSCSoundCloudSandboxAPIURL = @" https://api.sandbox-soundcloud.com/" ;
40
40
NSString * const kSCSoundCloudSandboxAccessTokenURL = @" https://api.sandbox-soundcloud.com/oauth2/token" ;
41
41
NSString * const kSCSoundCloudSandboxAuthURL = @" https://sandbox-soundcloud.com/connect" ;
42
+
43
+ NSString * const kTermsOfServiceURL = @" http://pages.soundcloud.com/legal/plain/terms-of-use-ios.html?format=ios" ;
44
+ NSString * const kPrivacyPolicyURL = @" http://pages.soundcloud.com/legal/plain/privacy-policy.html?format=ios" ;
You can’t perform that action at this time.
0 commit comments