TCContext Class Reference

Inherits from NSObject
Conforms to NSCopying
Declared in TCContext.h
TCContext.m

Other Methods

+ shareInstance

+ (instancetype)shareInstance

– addServiceWithImplInstance:serviceName:

- (void)addServiceWithImplInstance:(id)implInstance serviceName:(NSString *)serviceName

– removeServiceInstanceWithServiceName:

- (void)removeServiceInstanceWithServiceName:(NSString *)serviceName

– getServiceInstanceFromServiceName:

- (id)getServiceInstanceFromServiceName:(NSString *)serviceName

– init

- (instancetype)init

– copyWithZone:

- (instancetype)copyWithZone:(NSZone *)zone

Extension Methods

  servicesByName

@property (nonatomic, strong) NSMutableDictionary *servicesByName