Sha256: b2b35419b6f3a598f1d952b26a91fbc6eecf17064419ef46f2bd56de89475f0a
Contents?: true
Size: 442 Bytes
Versions: 260
Compression:
Stored size: 442 Bytes
Contents
#import <Foundation/Foundation.h> @interface CryptoSquare : NSObject @property (nonatomic, assign) int numberOfRows; @property (nonatomic, assign) int numberOfColumns; @property (nonatomic, strong) NSArray<NSString *> *plaintextSegments; @property (nonatomic, strong) NSString *cipherText; @property (nonatomic, strong) NSString *normalizedCipherText; - (instancetype)initWithText:(NSString *)text; - (NSString *)normalizePlaintext; @end
Version data entries
260 entries across 260 versions & 1 rubygems