ios CCRuntime.m

objectivec 复制代码
//
//  CCRuntime.h
//  CCFC
//
//


#import <Foundation/Foundation.h>
#import <objc/runtime.h>


@interface CCRuntime : NSObject 
{


}


// get the var of the obj
+ (Ivar)getObjVar:(id)obj varname:(const char *)varname ret:(void **)ret;


@end
objectivec 复制代码
//
//  CCRuntime.m
//  CCFC
//
//


#import "CCRuntime.h"




@implementation CCRuntime


// get the var of the obj
+ (Ivar)getObjVar:(id)obj varname:(const char *)varname ret:(void **)ret
{
        return object_getInstanceVariable(obj, varname, ret);
}


@end

微风不燥,阳光正好,你就像风一样经过这里,愿你停留的片刻温暖舒心。

我是程序员小迷(致力于C、C++、Java、Kotlin、Android、Shell、JavaScript、TypeScript、Python等编程技术的技巧经验分享),若作品对您有帮助,请关注、分享、点赞、收藏、在看、喜欢,您的支持是我们为您提供帮助的最大动力。

欢迎关注。助您在编程路上越走越好!

相关推荐
用户0918 小时前
SwiftUI Charts 函数绘图完全指南
ios·swiftui·swift
YungFan18 小时前
iOS26适配指南之UIColor
ios·swift
权咚1 天前
阿权的开发经验小集
git·ios·xcode
用户091 天前
TipKit与CloudKit同步完全指南
ios·swift
法的空间2 天前
Flutter JsonToDart 支持 JsonSchema
android·flutter·ios
2501_915918412 天前
iOS 上架全流程指南 iOS 应用发布步骤、App Store 上架流程、uni-app 打包上传 ipa 与审核实战经验分享
android·ios·小程序·uni-app·cocoa·iphone·webview
00后程序员张2 天前
iOS App 混淆与加固对比 源码混淆与ipa文件混淆的区别、iOS代码保护与应用安全场景最佳实践
android·安全·ios·小程序·uni-app·iphone·webview
Magnetic_h2 天前
【iOS】设计模式复习
笔记·学习·ios·设计模式·objective-c·cocoa
00后程序员张2 天前
详细解析苹果iOS应用上架到App Store的完整步骤与指南
android·ios·小程序·https·uni-app·iphone·webview
前端小超超2 天前
capacitor配置ios应用图标不同尺寸
ios·蓝桥杯·cocoa