luxlabs header browser preview


@class WorldClockCity;

@interface NTKWorldClockComplication : NTKComplication

@property (readonly, nonatomic) WorldClockCity *city;

+ (BOOL)supportsSecureCoding;
+ (id)_allCities;
+ (id)_allComplicationConfigurationsWithType:(unsigned long long)a0;
+ (long long)compareComplication:(id)a0 toComplication:(id)a1;

- (void)encodeWithCoder:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (void)_addKeysToJSONDictionary:(id)a0;
- (id)_generateUniqueIdentifier;
- (void)_handleAddedFromFaceSharing;
- (id)_initWithComplicationType:(unsigned long long)a0 JSONDictionary:(id)a1;
- (BOOL)appearsInDailySnapshotForFamily:(long long)a0;
- (id)customDailySnapshotKeyForFamily:(long long)a0 device:(id)a1;
- (id)localizedDetailText;
- (id)localizedKeylineLabelText;
- (id)localizedRichDetailText;
- (id)localizedRichKeylineLabelText;
- (BOOL)snapshotContext:(id)a0 isStaleRelativeToContext:(id)a1;

@end