Sha256: 08bb1e0331f998209beee3c0353e74729108777855b44e13da8930d1883a631e

Contents?: true

Size: 326 Bytes

Versions: 18

Compression:

Stored size: 326 Bytes

Contents

#import "BarcodeSingleton.h"


@implementation BarcodeSingleton


-(NSString*)getInitialDefaultID {
    return @"ZBarScanner";
}


-(void) enumerate:(id<IMethodResult>)methodResult {
    NSMutableArray* ar = [NSMutableArray arrayWithCapacity:10];
    [ar addObject:@"ZBarScanner"];
    [methodResult setResult:ar];
}




@end

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
rho-tau-extensions-7.6.0 libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSingleton.m
rho-tau-extensions-7.4.1 libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSingleton.m
rho-tau-extensions-7.1.17 libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSingleton.m
rho-tau-extensions-6.2.0 libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSingleton.m
rhodes-6.2.0 lib/commonAPI/barcode/ext/platform/iphone/impl/BarcodeSingleton.m
rhodes-6.0.11 lib/commonAPI/barcode/ext/platform/iphone/impl/BarcodeSingleton.m
rho-tau-extensions-6.0.11 libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSingleton.m
rho-tau-extensions-6.0.0 libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSingleton.m
rho-tau-extensions-5.5.18 libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSingleton.m
rhodes-5.5.18 lib/commonAPI/barcode/ext/platform/iphone/impl/BarcodeSingleton.m
rho-tau-extensions-5.5.17 libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSingleton.m
rhodes-5.5.17 lib/commonAPI/barcode/ext/platform/iphone/impl/BarcodeSingleton.m
rhodes-5.5.15 lib/commonAPI/barcode/ext/platform/iphone/impl/BarcodeSingleton.m
rhodes-5.5.0.22 lib/commonAPI/barcode/ext/platform/iphone/impl/BarcodeSingleton.m
rhodes-5.5.2 lib/commonAPI/barcode/ext/platform/iphone/impl/BarcodeSingleton.m
rhodes-5.5.0.7 lib/commonAPI/barcode/ext/platform/iphone/impl/BarcodeSingleton.m
rhodes-5.5.0.3 lib/commonAPI/barcode/ext/platform/iphone/impl/BarcodeSingleton.m
rhodes-5.5.0 lib/commonAPI/barcode/ext/platform/iphone/impl/BarcodeSingleton.m