Skip to content

Instantly share code, notes, and snippets.

@AddressXception
Created April 10, 2016 15:27
Show Gist options
  • Save AddressXception/ed642ddb8b3be0b10bff9af4c4727c5b to your computer and use it in GitHub Desktop.
Save AddressXception/ed642ddb8b3be0b10bff9af4c4727c5b to your computer and use it in GitHub Desktop.
public partial class TipCalcScreenFeature : XamarinFeatureBase
{
public TipCalcScreenFeature(Platform platform, string iOSSimulator)
: base(platform, iOSSimulator)
{
}
[TestFixtureSetUp()]
public override void FeatureSetupImplementation()
{
this.FeatureSetup();
base.FeatureSetupImplementation();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment