ResultCustomerModel.m 238 B

1234567891011121314
  1. //
  2. // ResultCustomerModel.m
  3. // RA TradeFiling
  4. //
  5. // Created by Rui Zhang on 12/17/20.
  6. //
  7. #import "ResultCustomerModel.h"
  8. @implementation ResultCustomerModel
  9. - (CGFloat)height {
  10. return 125.0f + self.addition.count * 25.0f;
  11. }
  12. @end