// // NSData+Creation.h // RTKLEFoundation // // Created by jerome_gu on 2021/4/27. // Copyright © 2021 jerome_gu. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NSData (Creation) + (nullable instancetype)dataFromBytesString:(NSString *)string; @end NS_ASSUME_NONNULL_END