mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-10 00:03:04 +01:00
15 lines
262 B
Swift
15 lines
262 B
Swift
|
//
|
||
|
// AutoGenerateProperty.swift
|
||
|
// AutoGenerateProperty
|
||
|
//
|
||
|
// Created by Cirno MainasuK on 2021-8-18.
|
||
|
// Copyright © 2021 Twidere. All rights reserved.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
// Stencil protocol
|
||
|
protocol AutoGenerateProperty { }
|
||
|
|
||
|
// - autoGenerateProperty
|