TyphoonComponentsPool
Objective-C
@protocol TyphoonComponentsPool <NSObject>
Swift
protocol TyphoonComponentsPool : NSObjectProtocol
Methods from NSMutableDictionary which used in componentsPool. Created to maintain custom TyphoonWeakComponentsPool
-
Undocumented
Declaration
Objective-C
- (void)setObject:(id)object forKey:(id <NSCopying>)aKey;
Swift
func setObject(_ object: Any!, forKey aKey: (any NSCopying)!)
-
Undocumented
Declaration
Objective-C
- (id)objectForKey:(id <NSCopying>)aKey;
Swift
func object(forKey aKey: (any NSCopying)!) -> Any!
-
Undocumented
Declaration
Objective-C
- (NSArray *)allValues;
Swift
func allValues() -> [Any]!
-
Undocumented
Declaration
Objective-C
- (void)removeAllObjects;
Swift
func removeAllObjects()