luxlabs header browser preview


@class NSString, PKPass;

@interface PKBusinessChatPassDetailsContext : NSObject <PKBusinessChatContext> {
    PKPass *_pass;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (BOOL)requiresAuthorization;
- (void).cxx_destruct;
- (id)initWithPass:(id)a0;
- (id)groupParameters;
- (id)businessIdentifier;
- (id)intentParameters;

@end