Sha256: 1fee707e0750ca63e86554a84d38837b0210d1b06d5b89cec61aded3ccf32ebd
Contents?: true
Size: 330 Bytes
Versions: 1
Compression:
Stored size: 330 Bytes
Contents
#import "ISystem.h" #import "SystemFactoryBase.h" static SystemFactoryBase* ourSystemFactory = nil; @implementation SystemFactorySingleton +(id<ISystemFactory>) getSystemFactoryInstance { if (ourSystemFactory == nil) { ourSystemFactory = [[SystemFactoryBase alloc] init]; } return ourSystemFactory; } @end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tauplatform-1.0.1 | lib/commonAPI/coreapi/ext/platform/iphone/generated/stub_impl/SystemFactorySingleton.m |