Skip to content

Commit

Permalink
恢复class BeeHive;
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoMinster committed Sep 5, 2017
1 parent 51fc960 commit 7082314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BeeHive/BHAnnotation.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@


#define BeeHiveMod(name) \
char * k##name##_mod BeeHiveDATA(BeehiveMods) = ""#name"";
class BeeHive; char * k##name##_mod BeeHiveDATA(BeehiveMods) = ""#name"";

#define BeeHiveService(servicename,impl) \
char * k##servicename##_service BeeHiveDATA(BeehiveServices) = "{ \""#servicename"\" : \""#impl"\"}";
class BeeHive; char * k##servicename##_service BeeHiveDATA(BeehiveServices) = "{ \""#servicename"\" : \""#impl"\"}";

@interface BHAnnotation : NSObject

Expand Down

0 comments on commit 7082314

Please sign in to comment.