Skip to content

Commit

Permalink
CAColor
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Oct 26, 2023
1 parent 9b1d4d4 commit 3592308
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 @@ -26,6 +26,7 @@
public typealias CACollectionViewDelegateFlowLayout = UICollectionViewDelegateFlowLayout
public typealias CACollectionViewLayout = UICollectionViewLayout
public typealias CACollectionViewFlowLayout = UICollectionViewFlowLayout
public typealias CAColor = UIColor

public extension CATextField {
var stringValue: String {
Expand Down Expand Up @@ -66,6 +67,7 @@
public typealias CACollectionViewDelegateFlowLayout = NSCollectionViewDelegateFlowLayout
public typealias CACollectionViewLayout = NSCollectionViewLayout
public typealias CACollectionViewFlowLayout = NSCollectionViewFlowLayout
public typealias CAColor = NSColor

public extension CAImage {
@available(macOS 11.0, *)
Expand Down

0 comments on commit 3592308

Please sign in to comment.