ALTinResult Class Reference Inherits from NSObject Declared in ALPluginResult.h Overview Describes result information of scanning tire identification numbers (TIN) productionDate The production date on the TIN reformatted to YYYY/MM. @property (nonatomic, nullable, copy) NSString *productionDate Declared In ALPluginResult.h resultPrettified The TIN text split by context with spaces as delimiter. @property (nonatomic, nullable, copy) NSString *resultPrettified Declared In ALPluginResult.h text The TIN text value. @property (nonatomic, copy) NSString *text Declared In ALPluginResult.h tireAgeInYearsRoundedDown The computed tire age in years rounded down. @property (nonatomic, nullable, copy) NSString *tireAgeInYearsRoundedDown Declared In ALPluginResult.h