有没有办法在没有@dynamic的情况下抑制@property警告?

发布于 2024-10-13 03:46:54 字数 132 浏览 3 评论 0原文

对于我的一个类,我在运行时提供属性访问器的实现。代码运行良好并可以编译,但我收到警告,因为未实现头文件中声明的属性的方法。显然,我可以使用 @dynamic 修复此问题,但如果它在没有它的情况下也能正常工作,是否可以打开任何编译器标志来抑制此类警告?

For one of my classes I'm providing the implementation of accessors for properties at runtime. The code runs fine and compiles, but I get warnings for not implementing methods for declared properties in the header file. I can obviously fix this with @dynamic, but if it works without it any way, is there any compiler flag I can turn on to just suppress such warnings?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

多孤肩上扛 2024-10-20 03:46:54

不。这就是 @dynamic 的全部意义。

No. That's the whole point of @dynamic.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文