Skip to content

Commit 7b3404e

Browse files
committed
Fixed warning
1 parent bb3a837 commit 7b3404e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/InAppSettingsKit/Controllers/IASKSpecifierValuesViewController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ @implementation IASKSpecifierValuesViewController
3333
@synthesize settingsStore = _settingsStore;
3434
@synthesize childPaneHandler = _childPaneHandler;
3535
@synthesize listParentViewController;
36+
@synthesize colorScheme = _colorScheme;
3637

3738
- (id)initWithSpecifier:(IASKSpecifier*)specifier {
3839
if ((self = [super initWithStyle:UITableViewStyleGrouped])) {

0 commit comments

Comments
 (0)