Explorar el Código

one last change for now

Kevin Bradley hace 5 años
padre
commit
d848225640
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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];