luxlabs header browser preview


@class UIColor, NSArray, NTKUtilityComplicationFactory;

@interface NTKDigitialUtilitarianFaceViewComplicationFactory : NTKFaceViewComplicationFactory {
    NTKUtilityComplicationFactory *_complicationFactory;
}

@property (retain, nonatomic) UIColor *shadowColor;
@property (nonatomic) BOOL usesLegibility;
@property (copy, nonatomic) NSArray *supportedComplicationSlots;
@property (copy, nonatomic) id /* block */ shadowColorProviderBlock;
@property (copy, nonatomic) id /* block */ timeTravelYAdjustmentProviderBlock;

- (void).cxx_destruct;
- (void)cleanupAfterEditingForFaceView:(id)a0;
- (void)_configureComplicationView:(id)a0 forSlot:(id)a1 attributes:(unsigned long long)a2 faceView:(id)a3;
- (long long)_photosUtilitySlotForSlot:(id)a0;
- (double)_timeTravelYAdjustment;
- (void)applyComplicationContentSpecificAttributesAnimated:(BOOL)a0 faceView:(id)a1;
- (void)configureComplicationView:(id)a0 forSlot:(id)a1 faceView:(id)a2;
- (id)createComplicationContentSpecificAttributesAnimationWithAttributes:(unsigned long long)a0 faceView:(id)a1 forSlots:(id)a2;
- (BOOL)fadesComplicationSlot:(id)a0 inEditMode:(long long)a1 faceView:(id)a2;
- (id)initForDevice:(id)a0;
- (void)loadLayoutRulesForFaceView:(id)a0;
- (id)newLegacyViewForComplication:(id)a0 family:(long long)a1 slot:(id)a2 faceView:(id)a3;
- (void)prepareForEditingForFaceView:(id)a0;
- (void)setAlpha:(double)a0 faceView:(id)a1;
- (void)setForegroundColor:(id)a0 faceView:(id)a1;
- (void)setShadowColor:(id)a0 faceView:(id)a1;
- (void)setUsesLegibility:(BOOL)a0 faceView:(id)a1;

@end