You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the method "+mts_valueMappingForKey:" to map values automatically. This is very useful when mapping enum values.
Adding the method "-mts_checkValueEqualityBeforeAssignmentForKey:" to test for equality before setting a value. This is very useful when using Motis together with Core Data, so object properties are not modified if the values are equal.