|
//
|
|
// AutoGenerateProperty.swift
|
|
// AutoGenerateProperty
|
|
//
|
|
// Created by Cirno MainasuK on 2021-8-18.
|
|
// Copyright © 2021 Twidere. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
// Stencil protocol
|
|
protocol AutoGenerateProperty { }
|
|
|
|
// - autoGenerateProperty
|