From 378465f7a1d12b658994323b677ac2c5e3e2bd41 Mon Sep 17 00:00:00 2001 From: "dazi.dp" Date: Fri, 19 Aug 2016 17:11:00 +0800 Subject: [PATCH] change property change property --- BeeHive/BHContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeeHive/BHContext.h b/BeeHive/BHContext.h index e62fd8d..b7d7409 100644 --- a/BeeHive/BHContext.h +++ b/BeeHive/BHContext.h @@ -23,7 +23,7 @@ typedef enum @interface BHContext : NSObject //global env -@property(nonatomic, readonly) BHEnvironmentType env; +@property(nonatomic, assign) BHEnvironmentType env; //global config @property(nonatomic, strong) BHConfig *config;