Skip to content

Commit

Permalink
CADatePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Dec 19, 2023
1 parent 910e0f4 commit 2a65bd7
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 @@ -31,6 +31,7 @@
public typealias CAWindow = UIWindow
public typealias CARect = CGRect
public typealias CALayoutGuide = UILayoutGuide
public typealias CADatePicker = UIDatePicker

public extension CATextField {
var stringValue: String {
Expand Down Expand Up @@ -123,6 +124,7 @@
public typealias CAWindow = NSWindow
public typealias CARect = NSRect
public typealias CALayoutGuide = NSLayoutGuide
public typealias CADatePicker = NSDatePicker

public extension CATextField {
var placeholder: String {
Expand Down

0 comments on commit 2a65bd7

Please sign in to comment.