Sha256: 3021f7d926ab888b3878e2ffafa0c63cdd9cea8c8e9c39aab5f9cadab56b6255
Contents?: true
Size: 397 Bytes
Versions: 14
Compression:
Stored size: 397 Bytes
Contents
#import "IPrinterZebra.h" #import "PrinterZebraFactoryBase.h" static PrinterZebraFactoryBase* ourPrinterZebraFactory = nil; @implementation PrinterZebraFactorySingleton +(id<IPrinterZebraFactory>) getPrinterZebraFactoryInstance { if (ourPrinterZebraFactory == nil) { ourPrinterZebraFactory = [[PrinterZebraFactoryBase alloc] init]; } return ourPrinterZebraFactory; } @end
Version data entries
14 entries across 14 versions & 1 rubygems