luxlabs header browser preview


@class CLKFullColorImageProvider;

@interface CLKComplicationTemplateGraphicRectangularFullImage : CLKComplicationTemplate

@property (copy, nonatomic) CLKFullColorImageProvider *imageProvider;

+ (id)templateWithImageProvider:(id)a0;

- (void).cxx_destruct;
- (void)_enumerateFullColorImageProviderKeysWithBlock:(id /* block */)a0;
- (id)initWithImageProvider:(id)a0;
- (long long)compatibleFamily;

@end