mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-15 02:14:50 +01:00
15 lines
278 B
Swift
15 lines
278 B
Swift
//
|
|
// AutoGenerateRelationship.swift
|
|
// AutoGenerateRelationship
|
|
//
|
|
// Created by Cirno MainasuK on 2021-8-19.
|
|
// Copyright © 2021 Twidere. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
// Stencil protocol
|
|
protocol AutoGenerateRelationship { }
|
|
|
|
// - autoGenerateRelationship
|