This commit is contained in:
Suresh, Kamlesh 2019-04-30 16:04:51 -04:00
parent a5bfef0fbb
commit 175fe574c7
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@
// For setting up the view. // For setting up the view.
- (void)setupView; - (void)setupView;
// Add a View Constraining View // Add a view to be constrained in this view.
- (void)addConstrainedView:(nonnull UIView *)view; - (void)addConstrainedView:(nonnull UIView *)view;
@end @end

View File

@ -22,6 +22,6 @@ import Foundation
// The Field name key value pair for sending to server // The Field name key value pair for sending to server
@objc optional func formFieldName() -> String? @objc optional func formFieldName() -> String?
// The Feild value key value pair for sending to server // The Field value key value pair for sending to server
@objc optional func formFieldValue() -> Any? @objc optional func formFieldValue() -> Any?
} }