Source/BitHolder.h
changeset 10 6c78cc6bd7a6
parent 1 3eb7be1dd7b6
child 12 4e567e11f45f
     1.1 --- a/Source/BitHolder.h	Mon Mar 10 17:30:57 2008 -0700
     1.2 +++ b/Source/BitHolder.h	Thu Jul 03 17:44:30 2008 -0700
     1.3 @@ -30,6 +30,9 @@
     1.4  /** Current Bit, or nil if empty */
     1.5  @property (retain) Bit* bit;
     1.6  
     1.7 +/** Sets current Bit to nil, triggering its "destroy" animation */
     1.8 +- (void) destroyBit;
     1.9 +
    1.10  /** Conveniences for comparing self.bit with nil */
    1.11  @property (readonly, getter=isEmpty) BOOL empty;
    1.12