// // ResultCustomerModel.m // RA TradeFiling // // Created by Rui Zhang on 12/17/20. // #import "ResultCustomerModel.h" @implementation ResultCustomerModel - (CGFloat)height { return 125.0f + self.addition.count * 25.0f; } @end