Why does Objective-C block still work without copying it to the heap?

后端 未结 0 1882
谎友^
谎友^ 2021-02-15 19:29

I have a simple method in my class:

- (void)getFormWithBlock:(DataCenterResultBlock)block {
    [SomeClass doSomeLongOperationWithParam:someParam 
                       


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题