@interface MenstrualCyclesAppPlugin.PickerSelectLoggingCardViewController : MenstrualCyclesAppPlugin.LoggingCardViewController <UIPickerViewDataSource, UIPickerViewDelegate, UITableViewDataSource, UITableViewDelegate, UITableViewDelegatePrivate> { void /* unknown type, empty encoding */ dataSource; void /* unknown type, empty encoding */ $__lazy_storage_$_cell; void /* unknown type, empty encoding */ pickedIndex; } - (BOOL)tableView:(id)a0 shouldDrawTopSeparatorForSection:(long long)a1; - (BOOL)tableView:(id)a0 shouldHaveFullLengthBottomSeparatorForSection:(long long)a1; - (BOOL)tableView:(id)a0 shouldDrawBottomSeparatorForSection:(long long)a1; - (long long)numberOfComponentsInPickerView:(id)a0; - (void)pickerView:(id)a0 didSelectRow:(long long)a1 inComponent:(long long)a2; - (long long)pickerView:(id)a0 numberOfRowsInComponent:(long long)a1; - (id)pickerView:(id)a0 titleForRow:(long long)a1 forComponent:(long long)a2; - (id)tableView:(id)a0 cellForRowAtIndexPath:(id)a1; - (long long)tableView:(id)a0 numberOfRowsInSection:(long long)a1; - (void)tableView:(id)a0 willDisplayCell:(id)a1 forRowAtIndexPath:(id)a2; - (void)tableView:(id)a0 didSelectRowAtIndexPath:(id)a1; - (void)viewDidLoad; - (void).cxx_destruct; @end