Skip to content

Commit

Permalink
CALayoutGuide
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Dec 14, 2023
1 parent 1f1d204 commit 1dfa5dc
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 @@ -30,6 +30,7 @@
public typealias CAColor = UIColor
public typealias CAWindow = UIWindow
public typealias CARect = CGRect
public typealias CALayoutGuide = UILayoutGuide

public extension CATextField {
var stringValue: String {
Expand Down Expand Up @@ -92,6 +93,7 @@
public typealias CAColor = NSColor
public typealias CAWindow = NSWindow
public typealias CARect = NSRect
public typealias CALayoutGuide = NSLayoutGuide

public extension CATextField {
var placeholder: String {
Expand Down

0 comments on commit 1dfa5dc

Please sign in to comment.