(fix) Restore methods in UIxCalUserRightsEditor

This commit is contained in:
Francis Lachapelle
2015-06-12 16:12:14 -04:00
parent 8100dfa797
commit af6e20d627
2 changed files with 15 additions and 2 deletions
-2
View File
@@ -39,10 +39,8 @@
- (NSArray *) rightTypes;
- (void) setUserCanCreateObjects: (BOOL) userCanCreateObjects;
- (BOOL) userCanCreateObjects;
- (void) setUserCanEraseObjects: (BOOL) userCanEraseObjects;
- (BOOL) userCanEraseObjects;
@end