diff -r 3eb7be1dd7b6 -r 436cbdf56810 Source/BitHolder.h --- a/Source/BitHolder.h Mon Mar 10 17:30:57 2008 -0700 +++ b/Source/BitHolder.h Sat Jul 05 17:46:43 2008 -0700 @@ -30,6 +30,9 @@ /** Current Bit, or nil if empty */ @property (retain) Bit* bit; +/** Sets current Bit to nil, triggering its "destroy" animation */ +- (void) destroyBit; + /** Conveniences for comparing self.bit with nil */ @property (readonly, getter=isEmpty) BOOL empty;