conflicts

This commit is contained in:
Suresh, Kamlesh 2019-05-14 11:04:33 -04:00
parent bd972e8c81
commit ee09cfa278

View File

@ -60,17 +60,11 @@ static const CGFloat CheckBoxHeightWidth = 18.0;
- (void)setWithJSON:(NSDictionary *)json delegateObject:(DelegateObject *)delegateObject additionalData:(NSDictionary *)additionalData {
<<<<<<< HEAD
if ([delegateObject isKindOfClass:[MVMCoreUIDelegateObject class]]) {
[FormValidator setupValidationWithMolecule:self delegate:((MVMCoreUIDelegateObject *)delegateObject).formValidationProtocol];
}
self.delegate = delegateObject;
=======
[FormValidator setupValidationWithMolecule:self delegate:((MVMCoreUIDelegateObject *)delegateObject).formValidationProtocol];
self.delegateObject = (MVMCoreUIDelegateObject *) delegateObject;
>>>>>>> e90b4c299e84ce13a69fc77d4e69ad027b55fa09
self.fieldKey = [json stringForKey:KeyFieldKey];
self.isRequired = [json boolForKey:KeyRequired];