DDeepin Developerfeat: Init commit
b83cb584创建于 2022年10月19日历史提交
%module example

// This example shows how wrappers for numerous aspects of C++ nested classes work:
// Nested static and instance variables and methods and nested enums

%include <std_string.i>

%{
#include "example.h"
%}

%include "example.h"