luxlabs header browser preview


@class TKSmartCardSlot, NSHashTable;

@interface TKSmartCardSlotProxy : NSObject <TKProtocolSmartCardSlotNotification> {
    TKSmartCardSlot *_slot;
}

@property (readonly) NSHashTable *cards;

- (void).cxx_destruct;
- (id)initWithSlot:(id)a0;
- (void)cardSessionRequested;
- (void)notifyWithParameters:(id)a0 reply:(id /* block */)a1;

@end