public class SelectedValue {
static let sharedInstance = SelectedValue()
public var reportPostId : Int? = nil
public var report_GroupId : Int? = nil
public var postType : String? = nil
}
由于“内部”保护级别,“init”无法访问请帮我解决这个问题。谢谢
public class SelectedValue {
static let sharedInstance = SelectedValue()
public var reportPostId : Int? = nil
public var report_GroupId : Int? = nil
public var postType : String? = nil
}
由于“内部”保护级别,“init”无法访问请帮我解决这个问题。谢谢