阅读背景:

在自定义对象数组中查找项目并更改值 - Swift

来源:互联网 

I have this class

我有这门课

class InboxInterests {

    var title = ""
    var eventID = 0
    var count = ""
    var added = 0

    init(title : String, eventID : NSInteger, count: String, added : NSInteger) {
        self.title = title
        self.eventID = eventID
        self.count = count
        self.added = added

    }
}
class InboxInterest



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: