Skip to content

Instantly share code, notes, and snippets.

@geirsagberg
Created January 28, 2015 14:32
Show Gist options
  • Save geirsagberg/b8773c6cc8ba71b813a4 to your computer and use it in GitHub Desktop.
Save geirsagberg/b8773c6cc8ba71b813a4 to your computer and use it in GitHub Desktop.
IMvxEventSourceFragmentActivity
public interface IMvxEventSourceFragmentActivity : IMvxEventSourceActivity
{
IList<Fragment> Fragments { get; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment