-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
4 changed files
with
44 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+15.3 KB
(110%)
...BlueBubblesHelper.xcworkspace/xcuserdata/tanay.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
MacOS-11+/BlueBubblesHelper/SKStatusSubscriptionServiceDelegate-Protocol.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// Headers generated with ktool v1.4.0 | ||
// https://github.com/cxnder/ktool | pip3 install k2l | ||
// Platform: IOS | Minimum OS: 16.0.0 | SDK: 16.0.0 | ||
|
||
|
||
|
||
@protocol SKStatusSubscriptionServiceDelegate | ||
|
||
|
||
|
||
@optional | ||
-(void)subscriptionInvitationReceived:(id)arg0 ; | ||
-(void)subscriptionReceivedStatusUpdate:(id)arg0 ; | ||
-(void)subscriptionServiceDaemonDisconnected:(id)arg0 ; | ||
-(void)subscriptionStateChanged:(id)arg0 ; | ||
@end |