Skip to content

Commit f90c376

Browse files
committed
Update framework files
1 parent c8c9516 commit f90c376

File tree

38 files changed

+52
-18529
lines changed

38 files changed

+52
-18529
lines changed

FuturaeKit.framework/FuturaeKit

-149 KB
Binary file not shown.

FuturaeKit.framework/Headers/Futurae-Swift.h

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,23 +1299,6 @@ enum FTRQRCodeType : NSInteger;
12991299
- (void)getAccountHistory:(FTRAccount * _Nonnull)account success:(void (^ _Nonnull)(FTRAccountHistory * _Nonnull))success failure:(void (^ _Nonnull)(NSError * _Nonnull))failure;
13001300
@end
13011301

1302-
@interface FTRClient (SWIFT_EXTENSION(FuturaeKit))
1303-
/// Submit user location data to the server.
1304-
/// \param success A closure to be called upon successful user location submission.
1305-
///
1306-
/// \param failure A closure to be called in case of a user location submission failure, providing an error describing the failure reason.
1307-
///
1308-
- (void)submitUserLocationWithSuccess:(void (^ _Nonnull)(void))success failure:(void (^ _Nonnull)(NSError * _Nonnull))failure;
1309-
@property (nonatomic, readonly) NSInteger locationCollectionTimeout;
1310-
@property (nonatomic, readonly) BOOL isLocationCollectionEnabled;
1311-
/// Set user location collection timeout.
1312-
- (void)setLocationCollection:(NSInteger)timeout;
1313-
/// Enable user location collection feature.
1314-
- (void)enableLocationCollection;
1315-
/// Disable the user location collection feature.
1316-
- (void)disableLocationCollection;
1317-
@end
1318-
13191302
@protocol FTRUserPresenceDelegate;
13201303
@interface FTRClient (SWIFT_EXTENSION(FuturaeKit))
13211304
@property (nonatomic, readonly, copy) NSString * _Nonnull baseURL;
@@ -4587,23 +4570,6 @@ enum FTRQRCodeType : NSInteger;
45874570
- (void)getAccountHistory:(FTRAccount * _Nonnull)account success:(void (^ _Nonnull)(FTRAccountHistory * _Nonnull))success failure:(void (^ _Nonnull)(NSError * _Nonnull))failure;
45884571
@end
45894572

4590-
@interface FTRClient (SWIFT_EXTENSION(FuturaeKit))
4591-
/// Submit user location data to the server.
4592-
/// \param success A closure to be called upon successful user location submission.
4593-
///
4594-
/// \param failure A closure to be called in case of a user location submission failure, providing an error describing the failure reason.
4595-
///
4596-
- (void)submitUserLocationWithSuccess:(void (^ _Nonnull)(void))success failure:(void (^ _Nonnull)(NSError * _Nonnull))failure;
4597-
@property (nonatomic, readonly) NSInteger locationCollectionTimeout;
4598-
@property (nonatomic, readonly) BOOL isLocationCollectionEnabled;
4599-
/// Set user location collection timeout.
4600-
- (void)setLocationCollection:(NSInteger)timeout;
4601-
/// Enable user location collection feature.
4602-
- (void)enableLocationCollection;
4603-
/// Disable the user location collection feature.
4604-
- (void)disableLocationCollection;
4605-
@end
4606-
46074573
@protocol FTRUserPresenceDelegate;
46084574
@interface FTRClient (SWIFT_EXTENSION(FuturaeKit))
46094575
@property (nonatomic, readonly, copy) NSString * _Nonnull baseURL;

0 commit comments

Comments
 (0)