Skip to content

Commit

Permalink
Just always use our version of INotifyPropertyChanging
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Nov 10, 2014
1 parent 5fe7f92 commit 5617f42
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ReactiveUI/ContractStubs.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using System.Collections.Specialized;

#if UIKIT || PORTABLE || WINRT || ANDROID

namespace ReactiveUI
{
public class PropertyChangingEventArgs : EventArgs
Expand All @@ -25,8 +23,6 @@ public interface INotifyPropertyChanging {
}
}

#endif

namespace ReactiveUI
{
public interface INotifyCollectionChanging {
Expand Down

0 comments on commit 5617f42

Please sign in to comment.