// // FallingObjectDelegate.h // Cart Collect // // Created by Starla Insigna on 8/10/11. // Copyright 2011 Four Island. All rights reserved. // #import @class FallingObject; @protocol FallingObjectDelegate @optional - (void)didCatchItem:(FallingObject*)item; - (void)didMissItem:(FallingObject*)item; - (void)didDestroyItem:(FallingObject*)item; @end ot/bundler/rack-2.2.6.3' type='application/atom+xml'/>
about summary refs log tree commit diff stats
blob: 4a990f4499c43aca304783ff3b5233f224433db0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20