Sha256: 44275b7c57cc5ef02e1029d724f31024ea2a21e9fb714be5d63c74af9f739373
Contents?: true
Size: 195 Bytes
Versions: 396
Compression:
Stored size: 195 Bytes
Contents
#import <Foundation/Foundation.h> @interface Anagram : NSObject - (instancetype)initWithString:(NSString *)string; - (NSArray<NSString *> *)match:(NSArray<NSString *> *)potentialMatches; @end
Version data entries
396 entries across 396 versions & 1 rubygems