gpt4 book ai didi

swift - 有没有办法将多个属性标记为仅在协议(protocol)中获取?

转载 作者:行者123 更新时间:2023-11-28 05:57:45 25 4
gpt4 key购买 nike

我想知道是否有办法做类似的事情:

NS_ASSUME_NONNULL_BEGINNS_ASSUME_NONNULL_END

但具有协议(protocol)属性:

protocol Person {
SWIFT_ASSUME_GET_BEGIN
var name: String
var dob: Date
var address: String
SWIFT_ASSUME_GET_END
}

反对:

protocol Person {
var name: String { get }
var dob: Date { get }
var address: String { get }
}

谢谢!

最佳答案

I'm wondering if there's a way to do something like:

    NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_END

but with protocol properties,

嗯,没有。

Thanks

不客气。

关于swift - 有没有办法将多个属性标记为仅在协议(protocol)中获取?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50940195/

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