forked from zelo72/mastodon-ios
11 lines
161 B
Swift
11 lines
161 B
Swift
|
//
|
||
|
// AutoGenerateProtocolDelegate.swift
|
||
|
// Mastodon
|
||
|
//
|
||
|
// Created by MainasuK on 2022-1-13.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
protocol AutoGenerateProtocolDelegate { }
|