Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
./public/libpddokdo.h:3:22: error: cannot find interface declaration for 'NSObject', superclass of 'PDDokdo'
  • Loading branch information
OliverTzeng authored May 12, 2022
1 parent 482f24d commit 7a5cdcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/libpddokdo.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <UIKit/UIKit.h>
@class UIImage;

@interface PDDokdo : NSObject
Expand All @@ -13,4 +14,4 @@

-(NSString *)highestTemperatureIn:(int)type;
-(NSString *)lowestTemperatureIn:(int)type;
@end
@end

0 comments on commit 7a5cdcf

Please sign in to comment.