Ver código fonte

one last change for now

Kevin Bradley 5 anos atrás
pai
commit
d848225640
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Classes/tvOS/KBDatePickerView.m

+ 1 - 1
Classes/tvOS/KBDatePickerView.m

@@ -56,7 +56,7 @@ DEFINE_ENUM(KBDatePickerMode, PICKER_MODE)
     NSIndexPath *_selectedIndexPath;
 }
 @end
-@implementation KBTableView //nothing to implement yet, just getting some properties
+@implementation KBTableView
 
 - (NSArray *)visibleValues {
     __block NSMutableArray *visibleValues = [NSMutableArray new];