DKWechatHelper/dkhelper/dkhelperDylib/dkhelperDylib.h
DKJone b2ddc1ad24 init project
添加初始项目
2019-01-23 11:38:18 +08:00

26 lines
574 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// weibo: http://weibo.com/xiaoqing28
// blog: http://www.alonemonkey.com
//
// dkhelperDylib.h
// dkhelperDylib
//
// Created by 朱德坤 on 2019/1/23.
// Copyright (c) 2019 DKJone. All rights reserved.
//
#import <Foundation/Foundation.h>
#define INSERT_SUCCESS_WELCOME " 🎉!!congratulations!!!🎉\n👍----------------insert dylib success----------------👍\n"
@interface CustomViewController
@property (nonatomic, copy) NSString* newProperty;
+ (void)classMethod;
- (NSString*)getMyName;
- (void)newMethod:(NSString*) output;
@end