结构(记录)

struct ColorPoint {
    //Fields
    int x, y;

    //In Objective-C structs there are no properties
    Brush Color;
};