Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

ColumnSplitedString.h 256B

1234567891011
  1. //
  2. // ColumnSplitedString.h
  3. // RNBluetoothEscposPrinter
  4. //
  5. // Created by januslo on 2018/10/6.
  6. // Copyright © 2018年 Facebook. All rights reserved.
  7. //
  8. @interface ColumnSplitedString:NSObject
  9. @property NSInteger shorter;
  10. @property NSString *str;
  11. @end