Up
STSelector class documentation
Authors
Generated by me
Software documentation for the STSelector class
STSelector
: NSObject
Declared in:
StepTalk/STSelector.h
Description forthcoming.
Method summary
-initWithName:
-initWithSelector:
-selectorName
-selectorValue
-stringValue
initWithName:
- (id)
initWithName:
(NSString*)aString;
Description forthcoming.
initWithSelector:
- (id)
initWithSelector:
(SEL)aSel;
Description forthcoming.
selectorName
- (NSString*)
selectorName
;
Description forthcoming.
selectorValue
- (SEL)
selectorValue
;
Description forthcoming.
Up