hackedteam/core-winphone

View on GitHub
MornellaWp8/MornellaWp8/NativePhotoCaptureInterface.h

Summary

Maintainability
Test Coverage
#pragma once

#include "pchNative.h"

using namespace Microsoft::WRL;
using namespace Windows::Foundation;
using namespace Windows::Phone::Media::Capture;


namespace NativePhotoCaptureInterface
{
    namespace Native
    {

        public ref class NativeCapture sealed
        {

        

        public:
            NativeCapture();
            
        };

    }
    
}