cocoaTouch/otherSrc/SquareButtonView.m
changeset 3479 972ae3ec178a
parent 3364 e5403e2bf02c
equal deleted inserted replaced
3478:cbf71e938164 3479:972ae3ec178a
     5 //  Created by Vittorio on 20/04/10.
     5 //  Created by Vittorio on 20/04/10.
     6 //  Copyright 2010 __MyCompanyName__. All rights reserved.
     6 //  Copyright 2010 __MyCompanyName__. All rights reserved.
     7 //
     7 //
     8 
     8 
     9 #import "SquareButtonView.h"
     9 #import "SquareButtonView.h"
       
    10 #import <QuartzCore/QuartzCore.h>
    10 #import "CommodityFunctions.h"
    11 #import "CommodityFunctions.h"
    11 #import "UIImageExtra.h"
    12 #import "UIImageExtra.h"
    12 #import "QuartzCore/QuartzCore.h"
       
    13 
    13 
    14 @implementation SquareButtonView
    14 @implementation SquareButtonView
    15 @synthesize colorArray, selectedColor, ownerDictionary;
    15 @synthesize colorArray, selectedColor, ownerDictionary;
    16 
    16 
    17 -(id) initWithFrame:(CGRect)frame {
    17 -(id) initWithFrame:(CGRect)frame {