# | Line 9 | Line 9 | namespace gr2lib.core.interfaces | |
---|---|---|
9 | { | |
10 | IntPtr NativePointer { get; set; } | |
11 | } | |
12 | + | public interface INativeFilePointer |
13 | + | { |
14 | + | IntPtr NativeFilePointer { get; set; } |
15 | + | } |
16 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |