@class FKMapsBrand, FKMapsMerchant, NSDate; @interface FKMapsTransactionInsight : NSObject @property (copy, nonatomic) NSDate *updatedAt; @property (nonatomic) unsigned long long fallbackCategory; @property (copy, nonatomic) FKMapsMerchant *merchant; @property (copy, nonatomic) FKMapsBrand *brand; - (unsigned long long)hash; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithUpdatedAt:(id)a0 fallbackCategory:(unsigned long long)a1 merchant:(id)a2 brand:(id)a3; @end