typo
This commit is contained in:
parent
a5bfef0fbb
commit
175fe574c7
@ -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
|
||||||
|
|||||||
@ -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?
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user