您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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