mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-09 22:42:22 +00:00
5 lines
125 B
Swift
5 lines
125 B
Swift
import UIKit
|
|
|
|
public enum NotificationsName {
|
|
public static let shareSheetClose = NSNotification.Name("shareSheetClose")
|
|
}
|