// // UIButton+Additions.h // RacingUKiPad // // Created by Neil Edwards on 26/09/2013. // Copyright (c) 2013 racinguk. All rights reserved. // #import @interface UIButton (Additions) @property (nonatomic, readwrite, strong) NSObject *dataProvider; @end