123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- ((__returnType(*)(id, SEL))__originalIMP)(__receivingObject, __swizzledSEL)
- __arg1) \
- ((__returnType(*)(id, SEL, __typeof__(__arg1)))__originalIMP)(__receivingObject, __swizzledSEL, \
- __arg1)
- __arg1, __arg2) \
- ((__returnType(*)(id, SEL, __typeof__(__arg1), __typeof__(__arg2)))__originalIMP)( \
- __receivingObject, __swizzledSEL, __arg1, __arg2)
- __arg1, __arg2, __arg3) \
- ((__returnType(*)(id, SEL, __typeof__(__arg1), __typeof__(__arg2), \
- __typeof__(__arg3)))__originalIMP)(__receivingObject, __swizzledSEL, __arg1, \
- __arg2, __arg3)
- __arg1, __arg2, __arg3, __arg4) \
- ((__returnType(*)(id, SEL, __typeof__(__arg1), __typeof__(__arg2), __typeof__(__arg3), \
- __typeof__(__arg4)))__originalIMP)(__receivingObject, __swizzledSEL, __arg1, \
- __arg2, __arg3, __arg4)
- __arg1, __arg2, __arg3, __arg4, __arg5) \
- ((__returnType(*)(id, SEL, __typeof__(__arg1), __typeof__(__arg2), __typeof__(__arg3), \
- __typeof__(__arg4), __typeof__(__arg5)))__originalIMP)( \
- __receivingObject, __swizzledSEL, __arg1, __arg2, __arg3, __arg4, __arg5)
- __arg1, __arg2, __arg3, __arg4, __arg5, __arg6) \
- ((__returnType(*)(id, SEL, __typeof__(__arg1), __typeof__(__arg2), __typeof__(__arg3), \
- __typeof__(__arg4), __typeof__(__arg5), __typeof__(__arg6)))__originalIMP)( \
- __receivingObject, __swizzledSEL, __arg1, __arg2, __arg3, __arg4, __arg5, __arg6)
- __arg1, __arg2, __arg3, __arg4, __arg5, __arg6, __arg7) \
- ((__returnType(*)(id, SEL, __typeof__(__arg1), __typeof__(__arg2), __typeof__(__arg3), \
- __typeof__(__arg4), __typeof__(__arg5), __typeof__(__arg6), \
- __typeof__(__arg7)))__originalIMP)( \
- __receivingObject, __swizzledSEL, __arg1, __arg2, __arg3, __arg4, __arg5, __arg6, __arg7)
- __arg1, __arg2, __arg3, __arg4, __arg5, __arg6, __arg7, __arg8) \
- ((__returnType(*)(id, SEL, __typeof__(__arg1), __typeof__(__arg2), __typeof__(__arg3), \
- __typeof__(__arg4), __typeof__(__arg5), __typeof__(__arg6), \
- __typeof__(__arg7), __typeof__(__arg8)))__originalIMP)( \
- __receivingObject, __swizzledSEL, __arg1, __arg2, __arg3, __arg4, __arg5, __arg6, __arg7, \
- __arg8)
- __arg1, __arg2, __arg3, __arg4, __arg5, __arg6, __arg7, __arg8, \
- __arg9) \
- ((__returnType(*)(id, SEL, __typeof__(__arg1), __typeof__(__arg2), __typeof__(__arg3), \
- __typeof__(__arg4), __typeof__(__arg5), __typeof__(__arg6), \
- __typeof__(__arg7), __typeof__(__arg8), __typeof__(__arg9)))__originalIMP)( \
- __receivingObject, __swizzledSEL, __arg1, __arg2, __arg3, __arg4, __arg5, __arg6, __arg7, \
- __arg8, __arg9)
|