逆向swift混编

目标函数:

- ( **id** )sendGiveOneToManyRandomAmountRedPacketRequestWithSLHttpCallback:( **id** )arg1 withLong:( **long** **long** )arg2 withDouble:( **double** )arg3 withInt:( **int** )arg4 withNSString:( **id** )arg5 withNSString:( **id** )arg6

断点发现arg1为:arg1

_TtGC3Lim20LIM_HttpCallbackImplCSo41SLCtInboundGiveCollectRedPacketPacketData_

这是这个对象还是一个block呢,感觉应该是swift传到o c的block,这种要怎么构造arg1呢