💡 comments + gitignore

This commit is contained in:
lillian rose winter 2020-02-25 20:58:30 -06:00
parent 9d24598579
commit 8946dc79f2
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
packages/
.theos/

View File

@ -7,7 +7,7 @@
// 888 888 888 888 888 888 888 888 888 888 888 888 888 "88b 888 // 888 888 888 888 888 888 888 888 888 888 888 888 888 "88b 888
// 888 888 "Y888888 888 888 "Y888888 888 888 "Y888888 888 888 888 // 888 888 "Y888888 888 888 "Y888888 888 888 "Y888888 888 888 888
// //
// (c) lillian rose winter 2019, all rights reserved or whateva // (c) lillian rose winter 2019-2020 all rights reserved or whateva
#import "Headers.h" #import "Headers.h"
@ -18,6 +18,8 @@ NSString *ctaText = @"hanahaki"; //this is for the custom CTA
- (BOOL)isSettingOn:(NSString *)keyStr; - (BOOL)isSettingOn:(NSString *)keyStr;
@end @end
// grabs preferences
%new %new
- (BOOL)isSettingOn:(NSString *)keyStr { - (BOOL)isSettingOn:(NSString *)keyStr {
const char *keyStrC = [keyStr cStringUsingEncoding:NSUTF8StringEncoding]; const char *keyStrC = [keyStr cStringUsingEncoding:NSUTF8StringEncoding];