RAEditLabelModel.m 249 B

1234567891011121314151617
  1. //
  2. // RAEditLabelModel.m
  3. // Apex And Drivers
  4. //
  5. // Created by Jack on 2018/6/4.
  6. // Copyright © 2018年 USAI. All rights reserved.
  7. //
  8. #import "RAEditLabelModel.h"
  9. @implementation RAEditLabelModel
  10. - (CGFloat)height {
  11. return 55.0f;
  12. }
  13. @end