luxlabs header browser preview


@class NSString, AFApplicationContextSnapshot, NSArray;

@interface _AFApplicationContextSnapshotMutation : NSObject <AFApplicationContextSnapshotMutating> {
    AFApplicationContextSnapshot *_base;
    NSArray *_applicationContexts;
    struct _mutationFlags { unsigned char isDirty : 1; unsigned char hasApplicationContexts : 1; } _mutationFlags;
}

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

- (id)initWithBase:(id)a0;
- (BOOL)isDirty;
- (void).cxx_destruct;
- (id)getApplicationContexts;
- (void)setApplicationContexts:(id)a0;

@end