gpt4 book ai didi

iphone - 定义将由类方法使用的私有(private)方法 - Objective C

转载 作者:行者123 更新时间:2023-12-01 19:22:38 25 4
gpt4 key购买 nike

我想声明对其他类方法有用的私有(private)方法。如果我放一个(+),则该方法是可见的(不是私有(private)的),如果我使用(-),则会在运行时引发错误。

@interface SomeClass

+ (int) nameOfMethod;

@end

@implementation SomeClass(PrivateMethods)

+ usefulMethod; // Works but is not private
- otherUsefulMethod; // Compile but throws a error in runtime.

@end

对不起,第二个 block 是一个扩展类。

最佳答案

我觉得你搞混了。

+ usefulMethod; // + means that it is a class method
- otherMethod; // - means that is an object method

关于iphone - 定义将由类方法使用的私有(private)方法 - Objective C,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9421003/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com