14 lines
282 B
C
14 lines
282 B
C
//
|
|
// Objective-CBridgingHeader.h
|
|
// pass
|
|
//
|
|
// Created by Mingshen Sun on 19/1/2017.
|
|
// Copyright © 2017 Bob Sun. All rights reserved.
|
|
//
|
|
|
|
#ifndef Objective_CBridgingHeader_h
|
|
#define Objective_CBridgingHeader_h
|
|
|
|
@import ObjectiveGit;
|
|
|
|
#endif /* Objective_CBridgingHeader_h */
|