Skip to content

Commit

Permalink
new version with public methods
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjoneskustomer committed Mar 25, 2024
1 parent afb9881 commit 9f0df48
Show file tree
Hide file tree
Showing 24 changed files with 80,208 additions and 83,035 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
#ifndef KUSTOMERCHAT_SWIFT_H
#define KUSTOMERCHAT_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -343,7 +343,6 @@ SWIFT_CLASS("_TtC12KustomerChat14KustomerClient")




@class UIPresentationController;

@interface KustomerClient (SWIFT_EXTENSION(KustomerChat)) <UIAdaptivePresentationControllerDelegate>
Expand All @@ -362,6 +361,7 @@ SWIFT_CLASS("_TtC12KustomerChat14KustomerClient")




/// :nodoc:
SWIFT_CLASS("_TtC12KustomerChat19NextGrowingTextView")
@interface NextGrowingTextView : UIScrollView
Expand Down Expand Up @@ -462,6 +462,8 @@ SWIFT_CLASS("_TtC12KustomerChat24SupportTabViewController")








Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name KustomerChat
// swift-module-flags-ignorable: -enable-bare-slash-regex
// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name KustomerChat
import AVFoundation
import CommonCrypto
import CoreGraphics
Expand Down Expand Up @@ -933,6 +932,10 @@ public enum KnowledgeBaseDataRow {
extension KustomerChat.ConfettiView : QuartzCore.CAAnimationDelegate {
@_Concurrency.MainActor(unsafe) @objc final public func animationDidStop(_ animation: QuartzCore.CAAnimation, finished flag: Swift.Bool)
}
extension UserNotifications.UNNotification {
public func isFromKustomer() -> Swift.Bool
public func isRelatedToCurrentConversation() -> Swift.Bool
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class NextGrowingTextView : UIKit.UIScrollView {
@_hasMissingDesignatedInitializers open class Delegates {
open var willChangeHeight: (CoreFoundation.CGFloat) -> Swift.Void
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name KustomerChat
// swift-module-flags-ignorable: -enable-bare-slash-regex
// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name KustomerChat
import AVFoundation
import CommonCrypto
import CoreGraphics
Expand Down Expand Up @@ -933,6 +932,10 @@ public enum KnowledgeBaseDataRow {
extension KustomerChat.ConfettiView : QuartzCore.CAAnimationDelegate {
@_Concurrency.MainActor(unsafe) @objc final public func animationDidStop(_ animation: QuartzCore.CAAnimation, finished flag: Swift.Bool)
}
extension UserNotifications.UNNotification {
public func isFromKustomer() -> Swift.Bool
public func isRelatedToCurrentConversation() -> Swift.Bool
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class NextGrowingTextView : UIKit.UIScrollView {
@_hasMissingDesignatedInitializers open class Delegates {
open var willChangeHeight: (CoreFoundation.CGFloat) -> Swift.Void
Expand Down
Loading

0 comments on commit 9f0df48

Please sign in to comment.