6 lines
125 B
Swift
6 lines
125 B
Swift
import UIKit
|
|
|
|
public enum NotificationsName {
|
|
public static let shareSheetClose = NSNotification.Name("shareSheetClose")
|
|
}
|