Source code for the WriteFreely SwiftUI app for iOS, iPadOS, and macOS
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

WFACollection+CoreDataClass.swift 105 B

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