public class SelectedValue {
static let sharedInstance = SelectedValue()
public var reportPostId : Int? = nil
public var report_GroupId : Int? = nil
public var postType : String? = nil
}
'init' is inaccessible due to 'internal' protection level Please help me to solve this. Thanks