aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
diff options
context:
space:
mode:
authorGravatar Xiangtian Dai <xiangtian@google.com>2017-08-02 13:56:10 -0700
committerGravatar GitHub <noreply@github.com>2017-08-02 13:56:10 -0700
commit2c4ac3773b804def95521d7a88db4e009f329fa8 (patch)
tree4fd95571c2052d733b8f39c9e59bee01f603ef6d /Firebase
parent0b767227cbeb608f840990136ccdf762a64b60a4 (diff)
Removes trailing whitespace characters from source files. (#169)
Diffstat (limited to 'Firebase')
-rw-r--r--Firebase/Auth/Source/FIRActionCodeSettings.m68
-rw-r--r--Firebase/Auth/Source/Public/FIRActionCodeSettings.h152
2 files changed, 110 insertions, 110 deletions
diff --git a/Firebase/Auth/Source/FIRActionCodeSettings.m b/Firebase/Auth/Source/FIRActionCodeSettings.m
index 13aa318..2a8fc7f 100644
--- a/Firebase/Auth/Source/FIRActionCodeSettings.m
+++ b/Firebase/Auth/Source/FIRActionCodeSettings.m
@@ -1,37 +1,37 @@
-/*
- * Copyright 2017 Google
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
- #import "FIRActionCodeSettings.h"
-
- NS_ASSUME_NONNULL_BEGIN
-
- @implementation FIRActionCodeSettings
-
+/*
+ * Copyright 2017 Google
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+ #import "FIRActionCodeSettings.h"
+
+ NS_ASSUME_NONNULL_BEGIN
+
+ @implementation FIRActionCodeSettings
+
- (void)setIOSBundleID:(NSString *)iOSBundleID {
_iOSBundleID = [iOSBundleID copy];
- }
-
-- (void)setAndroidPackageName:(NSString *)androidPackageName
- installIfNotAvailable:(BOOL)installIfNotAvailable
- minimumVersion:(nullable NSString *)minimumVersion {
- _androidPackageName = [androidPackageName copy];
- _androidInstallIfNotAvailable = installIfNotAvailable;
- _androidMinimumVersion = [minimumVersion copy];
- }
-
- @end
-
+ }
+
+- (void)setAndroidPackageName:(NSString *)androidPackageName
+ installIfNotAvailable:(BOOL)installIfNotAvailable
+ minimumVersion:(nullable NSString *)minimumVersion {
+ _androidPackageName = [androidPackageName copy];
+ _androidInstallIfNotAvailable = installIfNotAvailable;
+ _androidMinimumVersion = [minimumVersion copy];
+ }
+
+ @end
+
NS_ASSUME_NONNULL_END
diff --git a/Firebase/Auth/Source/Public/FIRActionCodeSettings.h b/Firebase/Auth/Source/Public/FIRActionCodeSettings.h
index fef0175..96d390a 100644
--- a/Firebase/Auth/Source/Public/FIRActionCodeSettings.h
+++ b/Firebase/Auth/Source/Public/FIRActionCodeSettings.h
@@ -1,83 +1,83 @@
-/*
- * Copyright 2017 Google
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
- #import <Foundation/Foundation.h>
-
- NS_ASSUME_NONNULL_BEGIN
-
- /** @class FIRActionCodeSettings
- @brief Used to set and retrieve settings related to the handling action codes.
- */
- @interface FIRActionCodeSettings : NSObject
-
- /** @property URL
- @brief This URL represents the state/Continue URL in the form of a universal link.
- @remarks This URL can should be contructed as a universal link that would either directly open
- the app where the action code would be handled or continue to the app after the action code
- handled by Firebase.
- */
- @property(nonatomic, copy, nullable) NSURL *URL;
-
- /** @property handleCodeInApp
- @brief Indicates whether or not the action code link will open the app directly or after being
- redirected from a Firebase owned web widget.
- */
- @property(assign, nonatomic) BOOL handleCodeInApp;
-
- /** @property iOSBundleID
- @brief The iOS bundle ID, if available.
- */
+/*
+ * Copyright 2017 Google
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+ #import <Foundation/Foundation.h>
+
+ NS_ASSUME_NONNULL_BEGIN
+
+ /** @class FIRActionCodeSettings
+ @brief Used to set and retrieve settings related to the handling action codes.
+ */
+ @interface FIRActionCodeSettings : NSObject
+
+ /** @property URL
+ @brief This URL represents the state/Continue URL in the form of a universal link.
+ @remarks This URL can should be contructed as a universal link that would either directly open
+ the app where the action code would be handled or continue to the app after the action code
+ handled by Firebase.
+ */
+ @property(nonatomic, copy, nullable) NSURL *URL;
+
+ /** @property handleCodeInApp
+ @brief Indicates whether or not the action code link will open the app directly or after being
+ redirected from a Firebase owned web widget.
+ */
+ @property(assign, nonatomic) BOOL handleCodeInApp;
+
+ /** @property iOSBundleID
+ @brief The iOS bundle ID, if available.
+ */
@property(copy, nonatomic, readonly, nullable) NSString *iOSBundleID;
-
- /** @property androidPackageName
- @brief The Android package name, if available.
- */
- @property(nonatomic, copy, readonly, nullable) NSString *androidPackageName;
-
- /** @property androidMinimumVersion
- @brief The minimum Android version supported, if available.
- */
- @property(nonatomic, copy, readonly, nullable) NSString *androidMinimumVersion;
-
- /** @property androidInstallIfNotAvailable
+
+ /** @property androidPackageName
+ @brief The Android package name, if available.
+ */
+ @property(nonatomic, copy, readonly, nullable) NSString *androidPackageName;
+
+ /** @property androidMinimumVersion
+ @brief The minimum Android version supported, if available.
+ */
+ @property(nonatomic, copy, readonly, nullable) NSString *androidMinimumVersion;
+
+ /** @property androidInstallIfNotAvailable
@brief Indicates whether the Android app should be installed or not on a device where it is not
available.
- */
- @property(nonatomic, assign, readonly) BOOL androidInstallIfNotAvailable;
-
+ */
+ @property(nonatomic, assign, readonly) BOOL androidInstallIfNotAvailable;
+
/** @fn setIOSBundleID
- @brief Sets the iOS bundle Id.
+ @brief Sets the iOS bundle Id.
@param iOSBundleID The iOS bundle ID.
- */
+ */
- (void)setIOSBundleID:(NSString *)iOSBundleID;
-
- /** @fn setAndroidPackageName:installIfNotAvailable:minimumVersion:
- @brief Sets the Android package name, the flag to indicate whether or not to install the app and
- the minimum Android version supported.
- @param androidPackageName The Android package name.
- @param installIfNotAvailable Indicates whether or not the app should be installed if not
- available.
- @param minimumVersion The minimum version of Android supported.
- @remarks If installIfNotAvailable is set to YES and the link is opened on an android device, it
- will try to install the app if not already available. Otherwise the web URL is used.
- */
- - (void)setAndroidPackageName:(NSString *)androidPackageName
- installIfNotAvailable:(BOOL)installIfNotAvailable
- minimumVersion:(nullable NSString *)minimumVersion;
-
- @end
-
+
+ /** @fn setAndroidPackageName:installIfNotAvailable:minimumVersion:
+ @brief Sets the Android package name, the flag to indicate whether or not to install the app and
+ the minimum Android version supported.
+ @param androidPackageName The Android package name.
+ @param installIfNotAvailable Indicates whether or not the app should be installed if not
+ available.
+ @param minimumVersion The minimum version of Android supported.
+ @remarks If installIfNotAvailable is set to YES and the link is opened on an android device, it
+ will try to install the app if not already available. Otherwise the web URL is used.
+ */
+ - (void)setAndroidPackageName:(NSString *)androidPackageName
+ installIfNotAvailable:(BOOL)installIfNotAvailable
+ minimumVersion:(nullable NSString *)minimumVersion;
+
+ @end
+
NS_ASSUME_NONNULL_END