mastodon-ios/Mastodon/Protocol/StatusProvider/StatusProvider+StatusNodeDe...

18 lines
239 B
Swift
Raw Normal View History

//
// StatusProvider+StatusNodeDelegate.swift
// Mastodon
//
// Created by Cirno MainasuK on 2021-6-20.
//
2021-06-22 07:41:40 +02:00
#if ASDK
import Foundation
// MARK: - StatusViewDelegate
extension StatusNodeDelegate where Self: StatusProvider {
2021-07-23 13:10:27 +02:00
}
2021-06-22 07:41:40 +02:00
#endif