Rebranding: replace Vector by Riot everywhere in the git and github repos

- Rename VectorDesignValues with RiotDesignValues
This commit is contained in:
giomfo
2017-03-08 16:14:41 +01:00
parent 513d71338b
commit 06100684bc
77 changed files with 499 additions and 441 deletions
@@ -16,7 +16,7 @@
#import "TableViewCellWithCheckBoxAndLabel.h"
#import "VectorDesignValues.h"
#import "RiotDesignValues.h"
@implementation TableViewCellWithCheckBoxAndLabel
@@ -24,7 +24,7 @@
{
[super awakeFromNib];
_label.textColor = kVectorTextColorBlack;
_label.textColor = kRiotTextColorBlack;
}
- (void)setEnabled:(BOOL)enabled