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
|