FLEXKeyValueTableViewCell.h 241 B

1234567891011121314
  1. //
  2. // FLEXKeyValueTableViewCell.h
  3. // FLEX
  4. //
  5. // Created by Tanner Bennett on 1/23/20.
  6. // Copyright © 2020 FLEX Team. All rights reserved.
  7. //
  8. #import "FLEXTableViewCell.h"
  9. @interface FLEXKeyValueTableViewCell : FLEXTableViewCell
  10. @end