// // UIAppView.h // Moonlight // // Created by Diego Waxemberg on 10/22/14. // Copyright (c) 2014 Moonlight Stream. All rights reserved. // #import #import "TemporaryApp.h" @protocol AppCallback - (void) appClicked:(TemporaryApp*) app; @end @interface UIAppView : UIView - (id) initWithApp:(TemporaryApp*)app cache:(NSCache*)cache andCallback:(id)callback; - (void) updateAppImage; @end