This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*The file that you modify is the XXXRootListController.m file in your | |
preference bundle directory (XXX being the three characters that you chose for your preference bundle */ | |
//I'm interfacing all the classes you'll need here. But don't forget to change $(BUNDLE_NAME)_PRIVATE_FRAMEWORKS = Preferences to $(BUNDLE_NAME)_PRIVATE_FRAMEWORKS = Preferences OnBoardingKit | |
#include "XXXRootListController.h" | |
@interface OBButtonTray : UIView | |
- (void)addButton:(id)arg1; | |
- (void)setStackViewTopConstraint:(NSLayoutConstraint *)arg1; | |
- (NSLayoutConstraint *)stackViewTopConstraint; |