IntegerMatcher.cs 86 B

1234
  1. namespace InABox.Mobile
  2. {
  3. public class IntegerMatcher : AbstractMatcher<int> { }
  4. }