Skip to content

Commit

Permalink
objectivec
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Jun 14, 2024
1 parent f629259 commit 91a3339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Left|Right
----|-----
DrillState|Possible drill states are: <dl><dt>`expanded` <dd>if an entry precedes entries from deeper aggregation levels <dt>`collapsed` <dd>if an entry belongs to the highest non-expanded aggregation level, but not the deepest <dt>`leaf` <dd>if an entry belongs to the deepest aggregation level</dl>

```objc
```objectivec
@weakify(self);
[self.bannerAdUnit fetchDemandWithAdObject:gamRequest completion:^(enum ResultCode resultCode) {
@strongify(self);
Expand Down

0 comments on commit 91a3339

Please sign in to comment.