Skip to content

Commit

Permalink
CAApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Feb 25, 2024
1 parent a74252a commit 43eefcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/CommonAppleKit/CommonAppleKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

public typealias CAView = UIView
public typealias CAViewController = UIViewController
public typealias CAApplication = UIApplication
public typealias CAApplicationDelegate = UIApplicationDelegate
public typealias CAAppDelegateBaseClass = UIResponder
public typealias CATabBarController = UITabBarController
Expand Down Expand Up @@ -118,6 +119,7 @@

public typealias CAView = NSView
public typealias CAViewController = NSViewController
public typealias CAApplication = NSApplication
public typealias CAApplicationDelegate = NSApplicationDelegate
public typealias CAAppDelegateBaseClass = NSObject
public typealias CATabBarController = NSTabViewController
Expand Down

0 comments on commit 43eefcd

Please sign in to comment.