Skip to content

Commit

Permalink
Commit from GitHub Actions (Manual Format)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberbeni committed Jul 17, 2024
1 parent 8fcc6c5 commit 5f24d84
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// TypedNotificationObservation+GenericBridgedNotification.swift
// TypedNotificationCenter+GenericBridgedNotification.swift
// TypedNotificationCenter
//
// Created by Benedek Kozma on 2021. 03. 23.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import Foundation

public class TypedNotificationObservation {
internal init() {}
init() {}
deinit {
invalidate()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import Cocoa
import TypedNotificationCenter

@NSApplicationMain
@main
class AppDelegate: NSObject, NSApplicationDelegate {
var observation: Any?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

import UIKit

@UIApplicationMain
@main
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

import UIKit

@UIApplicationMain
@main
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
}

0 comments on commit 5f24d84

Please sign in to comment.