shmily

sdk init

... ... @@ -195,28 +195,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
SWIFT_CLASS("_TtC11HHDoctorSDK16HHAccountManager")
@interface HHAccountManager : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
SWIFT_CLASS("_TtC11HHDoctorSDK11HHDateUtils")
@interface HHDateUtils : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
SWIFT_CLASS("_TtC11HHDoctorSDK18HHFileCacheManager")
@interface HHFileCacheManager : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
... ...
... ... @@ -3,5 +3,5 @@ git commit -m "sdk init"
git pull
git push
git tag -m "tag" 1.1.0
git push --tag
#git tag -m "tag" 1.1.0
#git push --tag
... ...