2016-04-21 51 views

回答

7

默認訪問級別爲internal。如果您希望它顯示在模塊外部,則必須將您的財產標記爲public

public struct Thing { 
    public var myProperty: String 
} 
相關問題