reskin: Rename RiotDesignValues -> ThemeService

This commit is contained in:
manuroe
2019-01-11 10:32:56 +01:00
parent 3e47a9f5b7
commit d94284a100
123 changed files with 992 additions and 1004 deletions
@@ -38,7 +38,7 @@ limitations under the License.
@property (nonatomic) NSUInteger selectedIndex;
/**
The tint color for the section header (RiotDesignValues.theme.accent by default).
The tint color for the section header (ThemeService.theme.accent by default).
*/
@property (nonatomic) UIColor *sectionHeaderTintColor;