mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-08 14:46:42 +01:00
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
|
|
}
|
|
}
|