Skip to content

Commit 5617f42

Browse files
committed
Just always use our version of INotifyPropertyChanging
1 parent 5fe7f92 commit 5617f42

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ReactiveUI/ContractStubs.cs

-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using System;
22
using System.Collections.Specialized;
33

4-
#if UIKIT || PORTABLE || WINRT || ANDROID
5-
64
namespace ReactiveUI
75
{
86
public class PropertyChangingEventArgs : EventArgs
@@ -25,8 +23,6 @@ public interface INotifyPropertyChanging {
2523
}
2624
}
2725

28-
#endif
29-
3026
namespace ReactiveUI
3127
{
3228
public interface INotifyCollectionChanging {

0 commit comments

Comments
 (0)