You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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