Stores rule and position of DelAuth. More...
#import <DelAuth.h>
Properties | |
NSInteger | position |
The position from where the rule is going to be deleted. | |
Rule * | rule |
The rule which is going to be deleted at this position. |
Stores rule and position of DelAuth.
- (NSInteger) position [read, write, assign] |
The position from where the rule is going to be deleted.
- (Rule *) rule [read, write, retain] |
The rule which is going to be deleted at this position.