@class UIImage; @interface StockGraphImageSet : NSObject @property (retain, nonatomic) UIImage *lineGraphImage; @property (retain, nonatomic) UIImage *highlightOverlayImage; @property (retain, nonatomic) UIImage *volumeGraphImage; - (void).cxx_destruct; @end