2022-05-17 23:27:58 +08:00

15 lines
214 B
Swift

//
// MastodonLocalization+Bundle.swift
//
//
// Created by MainasuK on 2022-5-17.
//
import Foundation
public enum MastodonLocalization {
public static var bundle: Bundle {
Bundle.module
}
}