Skip to content

Commit 8d095a4

Browse files
committed
Update Channelize Pods
1 parent 7725e71 commit 8d095a4

File tree

10 files changed

+12
-6
lines changed

10 files changed

+12
-6
lines changed

Channelize.framework/Assets.car

0 Bytes
Binary file not shown.

Channelize.framework/Channelize

57.8 KB
Binary file not shown.

Channelize.framework/Headers/Channelize-Swift.h

+10-4
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
165165
#if __has_feature(modules)
166166
@import CoreGraphics;
167167
@import Foundation;
168+
@import InputBarAccessoryView;
168169
@import UIKit;
169170
#endif
170171

@@ -239,6 +240,11 @@ SWIFT_CLASS("_TtC10Channelize11CHTokenView")
239240
@end
240241

241242

243+
@interface InputTextView (SWIFT_EXTENSION(Channelize)) <UITextViewDelegate>
244+
- (BOOL)textView:(UITextView * _Nonnull)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString * _Nonnull)text SWIFT_WARN_UNUSED_RESULT;
245+
@end
246+
247+
242248

243249
@class UICollectionViewLayout;
244250
@class NSBundle;
@@ -253,17 +259,17 @@ SWIFT_CLASS("_TtC10Channelize23RecentMessageController")
253259
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER;
254260
@end
255261

262+
263+
@interface RecentMessageController (SWIFT_EXTENSION(Channelize)) <UIGestureRecognizerDelegate>
264+
@end
265+
256266
@class UICollectionView;
257267

258268
@interface RecentMessageController (SWIFT_EXTENSION(Channelize)) <UICollectionViewDelegateFlowLayout>
259269
- (CGSize)collectionView:(UICollectionView * _Nonnull)collectionView layout:(UICollectionViewLayout * _Nonnull)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
260270
- (CGFloat)collectionView:(UICollectionView * _Nonnull)collectionView layout:(UICollectionViewLayout * _Nonnull)collectionViewLayout minimumLineSpacingForSectionAtIndex:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
261271
@end
262272

263-
264-
@interface RecentMessageController (SWIFT_EXTENSION(Channelize)) <UIGestureRecognizerDelegate>
265-
@end
266-
267273
@class UISearchBar;
268274

269275
@interface RecentMessageController (SWIFT_EXTENSION(Channelize)) <UISearchBarDelegate>
Binary file not shown.
Binary file not shown.

ChannelizeAPI.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "ChannelizeAPI"
4-
s.version = "4.0.4"
4+
s.version = "4.0.5"
55
s.summary = "Channelize API SDK"
66
s.description = "A Real Time Messaging API SDK"
77
s.homepage = "https://channelize.io/"

ChannelizeUI.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "ChannelizeUI"
4-
s.version = "4.0.2"
4+
s.version = "4.0.3"
55
s.summary = "Channelize UI SDK"
66
s.description = "A Messaging UI SDK built for Channelize API SDK"
77
s.homepage = "https://channelize.io/"
-444 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)