This commit is contained in:
2020-01-05 17:39:08 +01:00
джерело 98a3a38cfc
коміт 91ea103e63
2 змінених файлів з 2 додано та 2 видалено

BIN
.DS_Store сторонній Normal file

Бінарний файл не відображається.

@ -1,10 +1,9 @@
@interface SBUILegibilityLabel : UIView
@property (nonatomic,copy) NSString *string;
@property (assign,nonatomic) long long textAlignment;
@end
@interface NCNotificationListSectionRevealHintView : UIView
//-(void)_updateHintTitle;
//-(void)setRevealHintTitle;
@property (nonatomic,retain)SBUILegibilityLabel *revealHintTitle;
@end
@ -57,6 +56,7 @@ static void notificationCallback(CFNotificationCenterRef center, void *observer,
%orig;
if (enabled) {
self.revealHintTitle.string = customText;
self.revealHintTitle.textAlignment = 1;
}
}