diff --git a/DarockBili Watch App/DarockBili-Bridging-Header.h b/DarockBili Watch App/DarockBili-Bridging-Header.h index 951dc09cd..416866509 100644 --- a/DarockBili Watch App/DarockBili-Bridging-Header.h +++ b/DarockBili Watch App/DarockBili-Bridging-Header.h @@ -8,8 +8,7 @@ #ifndef DarockBili_Bridging_Header_h #define DarockBili_Bridging_Header_h - -#endif /* DarockBili_Bridging_Header_h */ - #import "CodingTime.h" #import "AVExtension.h" + +#endif /* DarockBili_Bridging_Header_h */ diff --git a/DarockBili Watch App/Others/CCodes/AVExtension.h b/DarockBili Watch App/Others/CCodes/AVExtension.h index 9324de5e6..7245ce9c0 100644 --- a/DarockBili Watch App/Others/CCodes/AVExtension.h +++ b/DarockBili Watch App/Others/CCodes/AVExtension.h @@ -8,8 +8,6 @@ #ifndef AVExtension_h #define AVExtension_h -#endif /* AVExtension_h */ - #import #import @@ -29,3 +27,5 @@ + (void) AVPlayerStartPlay: (AVPlayer *) player; @end + +#endif /* AVExtension_h */ diff --git a/DarockBili Watch App/Others/CCodes/CodingTime.h b/DarockBili Watch App/Others/CCodes/CodingTime.h index 70a894e2f..bb937af9c 100644 --- a/DarockBili Watch App/Others/CCodes/CodingTime.h +++ b/DarockBili Watch App/Others/CCodes/CodingTime.h @@ -8,8 +8,6 @@ #ifndef CodingTime_h #define CodingTime_h -#endif /* CodingTime_h */ - #import @interface CodingTime : NSObject @@ -17,3 +15,5 @@ + (NSString *) getCodingTime; @end + +#endif /* CodingTime_h */