15 lines
214 B
Swift
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
|
||
|
}
|
||
|
}
|