Sha256: 392aa3a26262e109aaa10d27af143e092657a61eafe8f7f268c3ae374945f37c
Contents?: true
Size: 341 Bytes
Versions: 18
Compression:
Stored size: 341 Bytes
Contents
#import "IWebView.h" #import "WebViewFactoryBase.h" static WebViewFactoryBase* ourWebViewFactory = nil; @implementation WebViewFactorySingleton +(id<IWebViewFactory>) getWebViewFactoryInstance { if (ourWebViewFactory == nil) { ourWebViewFactory = [[WebViewFactoryBase alloc] init]; } return ourWebViewFactory; } @end
Version data entries
18 entries across 17 versions & 2 rubygems