Added more protocols to clarify types for certain editors

This commit is contained in:
Michael Starke
2022-03-01 10:59:04 +01:00
parent 101cf7f6bd
commit a790103cd2
8 changed files with 32 additions and 10 deletions

View File

@@ -27,7 +27,6 @@ NSString *nameForDefaultKey(NSString *key) {
@interface MPEntryAttributeViewController () {
BOOL _isDefaultAttribute;
}
@property (readonly, nullable, strong) KPKAttribute *representedAttribute;
@end