💡 comments + gitignore

This commit is contained in:
lillian rose winter 2020-02-25 20:58:30 -06:00
부모 9d24598579
커밋 8946dc79f2
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제

2
.gitignore vendored Normal file
파일 보기

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

파일 보기

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