@class NSString, NSMutableDictionary; @interface OADColorScheme : NSObject <NSCopying> { NSMutableDictionary *mColors; } @property (copy, nonatomic) NSString *name; - (id)init; - (unsigned long long)hash; - (id)description; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (BOOL)isEmpty; - (void)addColor:(id)a0 index:(int)a1; - (void)setColor:(id)a0 index:(int)a1; - (unsigned long long)colorCount; - (id)colorForIndex:(int)a0; - (void)validateColorScheme; @end