Shape
Shape
// Shape.h
// Hey
//
// Created by Istvan Szekely on 13/06/2017.
// Copyright © 2017 Istvan Szekely. All rights reserved.
//
#define RED 1
#define BLUE 2
#define GREEN 3
#import <Foundation/Foundation.h>
-(NSString *)printColor;
-(int)getArea;
@end