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