Skip to content

Instantly share code, notes, and snippets.

@jamesmontemagno
Created December 6, 2017 16:36
Show Gist options
  • Save jamesmontemagno/a2df63479d416afb37f7497f66ada7ec to your computer and use it in GitHub Desktop.
Save jamesmontemagno/a2df63479d416afb37f7497f66ada7ec to your computer and use it in GitHub Desktop.
#import "HelloSharedUI.iOS/HelloSharedUI.iOS.h"
- (IBAction)NavigateClicked:(id)sender {
HelloSharedUI_UIHelpers *helpers = [[HelloSharedUI_UIHelpers alloc] init];
[helpers showMyPage];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment