Rough dictionary list working
This commit is contained in:
13
Toki Trainer/Models/TokiPartOfSpeech.swift
Normal file
13
Toki Trainer/Models/TokiPartOfSpeech.swift
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// TokiPartsOfSpeech.swift
|
||||
// Toki Trainer
|
||||
//
|
||||
// Created by Avery Ada Pace on 11/2/21.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct TokiPartOfSpeech: Decodable {
|
||||
var pos: String
|
||||
var definition: String
|
||||
}
|
||||
Reference in New Issue
Block a user