#import @interface Constant : NSObject +(NSArray*)getArray; +(void)setArray:(NSArray*)arraytoset; @end