|
@@ -232,43 +232,43 @@ class NCGlobal: NSObject {
|
|
|
|
|
|
|
|
|
@objc let notificationCenterApplicationDidEnterBackground = "applicationDidEnterBackground"
|
|
|
- @objc let notificationCenterApplicationWillEnterForeground = "applicationWillEnterForeground"
|
|
|
+ let notificationCenterApplicationWillEnterForeground = "applicationWillEnterForeground"
|
|
|
|
|
|
- @objc let notificationCenterInitializeMain = "initializeMain"
|
|
|
- @objc let notificationCenterChangeTheming = "changeTheming"
|
|
|
- @objc let notificationCenterChangeUserProfile = "changeUserProfile"
|
|
|
- @objc let notificationCenterRichdocumentGrabFocus = "richdocumentGrabFocus"
|
|
|
- @objc let notificationCenterReloadDataNCShare = "reloadDataNCShare"
|
|
|
- @objc let notificationCenterCloseRichWorkspaceWebView = "closeRichWorkspaceWebView"
|
|
|
- @objc let notificationCenterUpdateBadgeNumber = "updateBadgeNumber"
|
|
|
+ let notificationCenterInitializeMain = "initializeMain"
|
|
|
+ @objc let notificationCenterChangeTheming = "changeTheming"
|
|
|
+ let notificationCenterChangeUserProfile = "changeUserProfile"
|
|
|
+ let notificationCenterRichdocumentGrabFocus = "richdocumentGrabFocus"
|
|
|
+ let notificationCenterReloadDataNCShare = "reloadDataNCShare"
|
|
|
+ let notificationCenterCloseRichWorkspaceWebView = "closeRichWorkspaceWebView"
|
|
|
+ let notificationCenterUpdateBadgeNumber = "updateBadgeNumber"
|
|
|
|
|
|
- @objc let notificationCenterReloadDataSource = "reloadDataSource"
|
|
|
- @objc let notificationCenterReloadDataSourceNetworkForced = "reloadDataSourceNetworkForced"
|
|
|
+ @objc let notificationCenterReloadDataSource = "reloadDataSource"
|
|
|
+ let notificationCenterReloadDataSourceNetworkForced = "reloadDataSourceNetworkForced"
|
|
|
|
|
|
- @objc let notificationCenterChangeStatusFolderE2EE = "changeStatusFolderE2EE"
|
|
|
+ let notificationCenterChangeStatusFolderE2EE = "changeStatusFolderE2EE"
|
|
|
|
|
|
- @objc let notificationCenterDownloadStartFile = "downloadStartFile"
|
|
|
- @objc let notificationCenterDownloadedFile = "downloadedFile"
|
|
|
- @objc let notificationCenterDownloadCancelFile = "downloadCancelFile"
|
|
|
+ let notificationCenterDownloadStartFile = "downloadStartFile"
|
|
|
+ let notificationCenterDownloadedFile = "downloadedFile"
|
|
|
+ let notificationCenterDownloadCancelFile = "downloadCancelFile"
|
|
|
|
|
|
- @objc let notificationCenterUploadStartFile = "uploadStartFile"
|
|
|
- @objc let notificationCenterUploadedFile = "uploadedFile"
|
|
|
- @objc let notificationCenterUploadCancelFile = "uploadCancelFile"
|
|
|
+ let notificationCenterUploadStartFile = "uploadStartFile"
|
|
|
+ @objc let notificationCenterUploadedFile = "uploadedFile"
|
|
|
+ let notificationCenterUploadCancelFile = "uploadCancelFile"
|
|
|
|
|
|
- @objc let notificationCenterProgressTask = "progressTask"
|
|
|
+ let notificationCenterProgressTask = "progressTask"
|
|
|
|
|
|
- @objc let notificationCenterCreateFolder = "createFolder"
|
|
|
- @objc let notificationCenterDeleteFile = "deleteFile"
|
|
|
- @objc let notificationCenterRenameFile = "renameFile"
|
|
|
- @objc let notificationCenterMoveFile = "moveFile"
|
|
|
- @objc let notificationCenterCopyFile = "copyFile"
|
|
|
- @objc let notificationCenterFavoriteFile = "favoriteFile"
|
|
|
+ let notificationCenterCreateFolder = "createFolder"
|
|
|
+ let notificationCenterDeleteFile = "deleteFile"
|
|
|
+ let notificationCenterRenameFile = "renameFile"
|
|
|
+ let notificationCenterMoveFile = "moveFile"
|
|
|
+ let notificationCenterCopyFile = "copyFile"
|
|
|
+ let notificationCenterFavoriteFile = "favoriteFile"
|
|
|
|
|
|
- @objc let notificationCenterMenuSearchTextPDF = "menuSearchTextPDF"
|
|
|
- @objc let notificationCenterMenuDetailClose = "menuDetailClose"
|
|
|
+ let notificationCenterMenuSearchTextPDF = "menuSearchTextPDF"
|
|
|
+ let notificationCenterMenuDetailClose = "menuDetailClose"
|
|
|
|
|
|
- @objc let notificationCenterChangedLocation = "changedLocation"
|
|
|
- @objc let notificationStatusAuthorizationChangedLocation = "statusAuthorizationChangedLocation"
|
|
|
+ let notificationCenterChangedLocation = "changedLocation"
|
|
|
+ let notificationStatusAuthorizationChangedLocation = "statusAuthorizationChangedLocation"
|
|
|
}
|
|
|
|
|
|
|