astrodata/Fetchable.swift
2019-10-18 19:07:45 +02:00

7 lines
81 B
Swift

import Foundation
protocol Fetchable {
func fetch(apiData: NSDictionary)
}