1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-01-28 16:20:10 +01:00
2022-01-28 12:09:28 +08:00

15 lines
228 B
Swift

//
// UserDefaults.swift
// AppShared
//
// Created by MainasuK Cirno on 2021-4-27.
//
import UIKit
import MastodonCommon
extension UserDefaults {
public static let shared = UserDefaults(suiteName: AppName.groupID)!
}