// // IFTTTAnimatable.h // JazzHands // // Created by Laura Skelton on 6/17/15. // Copyright (c) 2015 IFTTT Inc. All rights reserved. // #import @protocol IFTTTAnimatable - (void)animate:(CGFloat)time; @end