Sha256: 778404e4f57db3fb04e56643af062c52ce44f570b75f930c0e09b0ee6a2c783f
Contents?: true
Size: 259 Bytes
Versions: 67
Compression:
Stored size: 259 Bytes
Contents
#import <Foundation/Foundation.h> @interface Series : NSObject NS_ASSUME_NONNULL_BEGIN - (instancetype)initWithNumberString:(NSString *)numberString; - (nullable NSArray<NSArray<NSNumber *> *> *)slicesWithSize:(NSInteger)size; NS_ASSUME_NONNULL_END @end
Version data entries
67 entries across 67 versions & 1 rubygems