摘要: @interface TestObject : NSObject-(void)printFirstName:(NSString*)firstName thenSecondName:(NSString*)secondName;-(void)printName:(NSString*)name;-(int)addLeft:(int)left withRight:(int)right;@end@implementation TestObject-(SEL)oriSelector:(SEL)aSelector{ NSString* v2String=NSStringFromSelector(aSe... 阅读全文
posted @ 2012-04-10 20:50 eeeyes 阅读(1059) 评论(1) 推荐(1)