luxlabs header browser preview


@class NSString, NSObject;
@protocol OS_os_log;

@interface _CNGeminiLogger : NSObject <CNGeminiLogger>

@property (readonly, nonatomic) NSObject<OS_os_log> *log;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)init;
- (void).cxx_destruct;
- (void)recordedInteraction:(id)a0 forContext:(id)a1;
- (void)fetchSortedResultsForInteraction:(id)a0 error:(id)a1;
- (void)fetchedSortedResults:(id)a0 forInteraction:(id)a1;
- (void)fetchingBestResultForDestinationHandle:(id /* block */)a0;
- (void)recordInteractionError:(id)a0;
- (void)registeredForContextUpdatesWithToken:(id)a0;
- (void)unregisteredForContextUpdatesWithToken:(id)a0;
- (void)updateSubscriptionInfoError:(id)a0;
- (void)updatedSubscriptionInfo:(id)a0;
- (void)updatingSubscriptionInfo:(id /* block */)a0;

@end