I want to hook Applist to a native processes, so I do not want to modify the headers, but I am not sure how?
#import "XXX.h"
@class XXX, XXX, XXX
(I want Applist to hook in here)
Could something like this work?
- (id)initWithInterface:(ALApplicationTableDataSource *dataSource)
Thanks in advance!