Source code for the WriteFreely SwiftUI app for iOS, iPadOS, and macOS
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

8 satır
105 B

  1. import Foundation
  2. import CoreData
  3. @objc(WFACollection)
  4. public class WFACollection: NSManagedObject {
  5. }